Hey,
Since the data contains the delimiter values (,) :
You need to either add a quote character so that the entire data gets enquoted else use a different file delimiter(value which is not in files)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
I am passing the data from Azure sql server to Container in CSV format.
CSV Format :
The column2 value must be :
{"Source": "L0001" Table: "DEPARTMENT" Keys: [{"Column": "CONTEXTID" Value: "1758"} {"Column": "DEPARTMENTID" Value: "482"}]}
The whole Value as to be in column2 .But is taking into different columns3,columns4,column5.
The delimiter i have applied .
Please advise.
Hey,
Since the data contains the delimiter values (,) :
You need to either add a quote character so that the entire data gets enquoted else use a different file delimiter(value which is not in files)