Forum Discussion

mpartyka's avatar
mpartyka
Contributor
4 years ago
Solved

JSON as dataSource

I am trying to read a JSON file in as a DataSource test step (see JSON below).  The number of nodes of the properties (named "columns") varies with each tableName in the JSON file.  Is it possible to...
  • nmrao's avatar
    nmrao
    4 years ago

    mpartyka 

    Try changing below statement

     

    if (row+1 < data.size)

     

    To

    if (row < data.size)