Closed michalkleta-gain closed 1 year ago
No it doesn't exist.
Parsing of the CSV file is done with PocketCsvReader. You can take a look to this tiny project and check if you can implement this into this project. But TBH, skipping the last lines of a file will require to know that it's the last lines which could be tricky.
Thank you for your answer. I'll try to find some workaround then.
Hi,
In my test I'm trying to compare query result with CSV. Is there an option to ignore the footer in CSV file - similar to first-row-heafer="true" in csv-profile maybe?