I have a csv file which contains a column with values inside the double quotes. Few of the values inside the double quotes also contains commas(Example "Alexandar, the Third").
I am using the below hxtt properties to read the file from the location loc and to read headers and double quotes : jdbc:csv:////?_CSV_Header=true;_CSV_Quoter=";
Is there any hxtt properties that I can use to read the full content inside the double quotes or is it possible to handle it in sql query? Could you please help me? Also, please note I am using sql query to read the values from the csv file.