Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I have no column delimiter in a text output file?

Status
Not open for further replies.

statcan

Programmer
Mar 27, 2003
12
CA
I am running a "select * from table" task in a DTS package and then converting the data into a text file. But I do not want any column delimiter in the text file. The only options I seem to have are comma, vertical bar, semicolon and one other thing. How do I ask for no delimiter??

Thanks in advance for your answers
 
If you don't want delimiters in your output text file, you can choose the "Fixed field" option instead of "Delimited".

This will output the data aligned into columns of equal width, without delimiters.

Nathan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top