Link to home
Start Free TrialLog in
Avatar of tristonyip
tristonyip

asked on

how can i export sql data with tab space in the columns by using SSIS

hi
 i try to export some data to a text file by using SSIS, the problem is there is a Text column  with a tab space, and when i try to export that Text column, the tab cause the problems.

sample
 
the table column [note]
[note] [text] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

SSIS
[note] text_stream[DT_text]
and the column delimiter is Tab{t}

is any way to avoid this, such change the note data in sql without tab or in SSIS column delimiter.

thanks for you helps
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tristonyip
tristonyip

ASKER

i got this error when i try to run replace function, thanks

Argument data type text is invalid for argument 1 of replace function.