Forum Discussion

caz88's avatar
caz88
Occasional Contributor
5 years ago
Solved

How to load values from csv PRIOR to setting DataSource

Hey Folks,    Is there a way to access the csv file that is populating the datasouce prior to loading the datasource. I'm attempting to isolate only certain rows in the csv file but in order for ...
  • NBorovykh's avatar
    NBorovykh
    5 years ago

    Hi caz88,

     

    You can add a Groovy script right after your DataSource Test Step that will check if the region value from your source is equal or is not equal to something and based on this either continue the loop execution or jump to the end of the loop. Example: