Hi All,
I have an automated source that generates Excel file with data that can contain line breaks or double quotes or some delimiter values.
I am converting this Excel file to CSV using ADF Copy activity and to handle column delimiter in data i have used Quote char property in copy activity.
Now i am reading this CSV file through Polybase and i have mentioned String_Delimiter as Double quotes in my External file format definition.
But i am getting error for 2 scenarios:
1) If the file contains line breaks, this is the error: No Closing String Delimiter
2) If the data also has double quotes: Could not find a delimiter after String Delimiter
How to handle these two scenarios in Polybase.