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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export to CSV - Quoted field names

Status
Not open for further replies.

MargieJ

Technical User
Apr 9, 2002
1
AU
We are trying to export a report to CSV. The export is working OK, except that it puts double quotes (") around the fields, as in "field1","field2","field3".

This CSV file is needed for import into an external system, and that system will reject the file if it has the fields quoted.

Is there a way to suppress the quotes around the field names? We are using Crystal 8.5.

thanks for any help
margie
 
I found a sample program at crystaldecisions in VB that exports a report. I tried it with the CSV format and it puts in excel format without quotes. I am not sure if that helps. You can download the zip file at crystaldecisions and doing a file search. the name of the file is
autexprt.zip. good luck-Berwin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top