CSV Parsing issue with double quotes
Hello,
I have an issue where we are receiving a CSV formatted file with "" around each field.
Issue is the parse fails on the last field if it is empty if the final field is populated on all lines it will process entire file otherwise it will fail the entire file.
See below;
"test","test2",""
"test","test2","test3"
"test","test2",""