Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel output
Message
From
18/02/2014 17:57:10
 
 
To
18/02/2014 17:34:13
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01594619
Message ID:
01594631
Views:
56
thanks, this works.



>COPY TO MyCSV.CSV TYPE SDF - should work if it's just one column of numbers.
>
>Bear in mind that the definition of a CSV file is that the first row *is* column headers, and some applications that import CSVs expect that to be the case. Are you completely sure the client wants files with a .CSV extension but no column headers?
>
>>the header is gone, but this time I have:
>>
>>
>>'10001'
>>'10002'
>>
>>
>>instead of
>>
>>
>>10001
>>10002
>>
>>
>>
>>
>>
>>
>>
>>
>>>>It has to be Excel csv file, this is the request from the client :(
>>>
>>>All CSVs are Excel files :-)
>>>Try this:
>>>
>>>USE YourTable
>>>COPY TO mytxt.csv DELIMITED WITH '' WITH CHARACTER ';'
>>>
Previous
Reply
Map
View

Click here to load this message in the networking platform