View Full Version : transfertext with export delimited


Jacob Mathai
11-30-2007, 11:04 AM
I have a small table with 3 columns. First and third columns are type text.

When I do transfertext with:

Transfer Type : Export delimited

table : table1

File name D:\test.txt

Here is test.txt data:

"jake",10.00,"rock"
"phil",22.20,"man"

Is it possible to get rid of double quotes around the text fileds (columns 1 and 3)?

Thanks,

boblarson
11-30-2007, 11:10 AM
Create an export specification and in it you can specify NONE for text as far as quotes. See my website for how to create an export spec:

http://www.btabdevelopment.com/main/QuickTutorials/HowtocreateanExportSpecification/tabid/64/Default.aspx

Jacob Mathai
11-30-2007, 11:20 AM
It worked. Thank you so much for spending your valuable time helping the users like me. Have a nice weekend!!