For both QueryRecord and ValidateRecord when I use a CSVReader on a file which has different delimiters than the rest of the file, the error message logged does not include the line number where the parsing failed. When looking at the code, I did not see any hooks for getting that information. Is there a way to get the line number so it would be easy to identify which lines would need to be fixed?
- Line number to identify where CSVReader failed Dan S