I have 2 questions:
1) I have a column DT_NTEXT, the value of which I am retrieving from the database and trying to submit to the Test column in Excel. I use the data conversion step between them to convert it to DT_TEXT (text version in Unicode format).
After all, Excel Connection Manager writes ZERO strings (it displays truncation warnings, but runs without errors). I even added a data viewer over the data stream with the following steps:
“ In the arrows connecting the task“ Source task with data conversion ”and“ Convert data to target task ”, double-click and you will open the data flow path editor. Click“ View data ”, then“ Add ”and click“ OK. ” see you moving on the conveyor. "
I do not see any difference when I run my package.
2) Is it possible to convert the column DT_NTEXT to the column DT_WTSR. In a perfect scenario, I should get this column into the standard nvarchar column in my Excel.
source share