Is there any way of verifying the text in a csv file?
I am downloading this file, which I have managed to save to a specified folder (C:/temp).
The file is opening in Notepad and has several lines of text.
I highly recommend you import this library for working with CSV’s:
https://commons.apache.org/proper/commons-csv
Here’s a link to the downloadable .jar:
https://repo1.maven.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar
If you need help on importing third-party libraries into Katalon Studio, follow this guide:
Once you’ve imported that library, close your project and reopen (or restart Katalon Studio). Follow this guide for usage:
Thanks Brandon, much appreciated
1 Like