Data Source Loop skipping rows in Data Source
Hi there,
Apologies if this post is vague, I am essentially a beginner user of ReadyAPI and most of what I know (which is not a lot) is stuff I have gleaned from the forums.
I have set up a project in ReadyAPI using a csv file as my data source. For some reason, the Data Source Loop is skipping certain rows (please see screenshot attached) and I have been unable to figure out why. If I manually run the data source step all rows appear in the data log. I have run a groovy script that counts the rows in the source which also returns the correct row count.
I have attempted to add an assertion in that validates whether a unique identifier in my data source matches what is pulled through into my JSON request but this passes every time as the data source loop skips the row before it gets to this step.
Has anyone encountered this before or have any suggestions as to what may be causing this?
TIA