Hi,
I am trying to export the data from SQL table to CSV file.
I have a column "Message" of length 2048 in SQL table.
When loading the data, the data in "Message" column is splitting and is loading into the next row.
Please give me the solution.
Thanks