Request: Test Data locator for CSV

Hi,

Could you please add a function for the value where I could specifically select a `Cell` from a CSV file.

For example:
Value: ${1,2} - Data on 1st Column on the 2nd Row should be called out as the test data for the certain command.

note: I think like SelBlock

Hi. Thank you for the feedback. We will add a command for that in future releases.

Thanks, Alex!

We’ve added command “storeCsv” in 3.4.11. Usage: storeCsv | data_file.csv,1,column_name | var_name. You can see examples at https://github.com/katalon-studio/katalon-recorder-samples.

Hi Alex,
I tested it and found a bug if I use conditionals. Will post it at Bugs section. Thanks!