outputto method to delimited text file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to output my query(not table) result to a either comma or tab
delimited text file. Fixed Length text file is fine as well. I use outputto
method and acformattxt. The result text file contains boxes around the
records. How can I create a delimited or fix length text file from my query
output? Thank you!

Vince
 
I also tried the acformatxls and put the file extention as .csv. The result
can only be read in Excel. However, I am not using Excel to import the text
file data since the number of records are too many for Excel. Thank you!

Vince
 
Back
Top