Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
C Sharp
How To Join More Than Two .csv file?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
arunsan3
New Member
Join Date:
Apr 2010
Posts:
4
#1
How To Join More Than Two .csv file?
Apr 27 '10, 10:52 AM
Hello friends,
I want to join more then two .csv fileas single .csv file please give some suggestions.
Thank You.
Monomachus
Recognized Expert
New Member
Join Date:
Apr 2008
Posts:
127
#2
Apr 27 '10, 11:31 AM
Originally posted by
arunsan3
Hello friends,
I want to join more then two .csv fileas single .csv file please give some suggestions.
Thank You.
Explain how do you want to do it ? Do they have exactly the same structure and only data from one csv to another differ?
Comment
Post
Cancel
arunsan3
New Member
Join Date:
Apr 2010
Posts:
4
#3
Apr 27 '10, 11:47 AM
Originally posted by
Monomachus
Explain how do you want to do it ? Do they have exactly the same structure and only data from one csv to another differ?
Hi Monomachus,
Actually i have five .csv files with same format but different values so i want to join all five csv to one csv file....
Comment
Post
Cancel
ThatThatGuy
Recognized Expert
Contributor
Join Date:
Jul 2009
Posts:
453
#4
Apr 27 '10, 01:09 PM
Originally posted by
arunsan3
Hi Monomachus,
Actually i have five .csv files with same format but different values so i want to join all five csv to one csv file....
So what's the big deal ... load files one by one .. from may be a file stream...
append the text retrieved from all of the CSV files to a string
Note:
Do add a NewLine (Environment.Ne wLine) at the end of each string retrieved from file...
Save it to a new file....
Comment
Post
Cancel
Monomachus
Recognized Expert
New Member
Join Date:
Apr 2008
Posts:
127
#5
Apr 27 '10, 01:31 PM
Originally posted by
arunsan3
Hi Monomachus,
Actually i have five .csv files with same format but different values so i want to join all five csv to one csv file....
Hi,
Please checkout this post of mine
Code4Food #6: How to join multiple CSV files with the same structure ?
and download the source code to see different CSV files.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment