We have a large CSV file with couple of columns. One of the column has a large data many times spanning more than 4000 characters and gets truncated when importing using data flow.
- ADF data type is String
- SQL data type is Nvarchar(max)
What are the approaches which can allow for successful import of data w/o truncation