Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Exporting CSV files

A major customer of my client is requiring an upload of
certain daily performance of service data each night as
a .csv export from an Excel spread sheet. These data
have already been entered into a VB.net database in a
program we already have in place.

I know the format of the data cells for each record, and
can create comma separations, but need to know the end of
field character that is used to designate the end of a
record when exporting data.

Right now my client has to enter virtually the same data
twice, so I want to be able to create a report from the
VB program and export it to the customer website in the
correct format.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Exporting CSV files

crlf marks the end of a record

chr(13) & chr(10)

--
Regards,
Tom Ogilvy

"Hank Myers" wrote in message
...
A major customer of my client is requiring an upload of
certain daily performance of service data each night as
a .csv export from an Excel spread sheet. These data
have already been entered into a VB.net database in a
program we already have in place.

I know the format of the data cells for each record, and
can create comma separations, but need to know the end of
field character that is used to designate the end of a
record when exporting data.

Right now my client has to enter virtually the same data
twice, so I want to be able to create a report from the
VB program and export it to the customer website in the
correct format.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting to seperate .ini files Gunti Excel Discussion (Misc queries) 0 June 25th 09 03:15 PM
EXPORTING EXCEL FILES drwho New Users to Excel 0 February 9th 09 09:16 PM
exporting pdf files to excel Walter Davis[_2_] New Users to Excel 2 June 19th 08 08:54 AM
Exporting delimited files Greegan Excel Worksheet Functions 1 April 14th 05 08:02 AM
Exporting from Excel to multiple XML files Questions Excel Discussion (Misc queries) 0 March 17th 05 10:20 PM


All times are GMT +1. The time now is 10:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"