
Export Clarion .DAT files to ASCII comma delimited files
Hi Jim,
Quote:
>> I need to export the Clarion .DAT data to ascii comma delimited files. <snip>
>Hi Mike,
>This is relatively easy to do in CW. Create the Ascii files that you
>wish to export to in your data dictionary, for comma delimited files you
>should use the Basic file driver. Then in your app, for each export
I can't help but finding this a *little bit* misleading, as even
though csv files are pure ascii files, they are basic files, not ascii
files in the terms of cw file drivers. They can be created with the
basic driver directly or indirectly with the ascii driver by adding ""
around the field values and append a comma. For CSV (Comma Separated
Values) files, use the basic driver.
Best regards,
Arnor Baldvinsson
Allerup Edb
Tel: +45 4675 7122
Fax: +45 4675 7144
Denmark
http://www.icetips.com
Opinions are mine, and mine alone!