I have a csv file which I am trying to load in a table and it keeps failing at column b row 4
When I open the file and go to row 4 under the column b I see below value
ab V-hello, this is coming and going
The string appears not to have a double quotes surrounded - "ab V-hello, this is coming and going"
I confirmed by opening this in a text editor.
Hence I want to confirm if the incoming csv file must have all the columns surrounded by double quotes to read it?