Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create CSV files
Message
From
19/11/2003 12:13:31
 
 
To
19/11/2003 12:06:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00851503
Message ID:
00851514
Views:
9
Hi Larry,

Please take a look in the Copy To command in the help file.
COPY TO FileName [DATABASE DatabaseName [NAME LongTableName]]
   [FIELDS FieldList | FIELDS LIKE Skeleton | FIELDS EXCEPT Skeleton]
   [Scope] [FOR lExpression1] [WHILE lExpression2] 
   [ [WITH] CDX ] | [ [WITH] PRODUCTION ] [NOOPTIMIZE] 
   [ [TYPE] [ FOXPLUS | FOX2X | DIF | MOD | SDF | SYLK | WK1 | WKS | WR1
   | WRK | CSV | XLS | XL5 | DELIMITED [ WITH Delimiter | WITH BLANK 
   | WITH TAB | WITH CHARACTER Delimiter ] ] ] [AS nCodePage]
Hope it helps,

Fernando

>I need to create data in a CSV file format to you for a file transfer. I understand that a CSV is comma delimited data where each line ends with carriage return and line feed characters.
>
>Is that it? Do I just create the file and name it filename.csv, or is there more to it.
>
>Thanks for the help,
>Larry Morelli
>(248) 640-7114
Previous
Reply
Map
View

Click here to load this message in the networking platform