TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
s h
NA
26
4k
Substraction from 2 Fields, out of two .csv Files
Apr 8 2013 3:55 AM
Hello all,
i got help by Vulpes in this Thread->
http://www.c-sharpcorner.com/Forums/Thread/205494/string-split-how-to-calculate-slot.aspx
I wanna rewrite the Code from Vulpes, but dont now how to do that with two files.
I have a FIRST File that looks like that: (crap Export i made)
"";"";0
" 09000";"Catalog 1";10148
" 09001";"Catalog 2";20
" 09002";"Catalog 3";166
I have a SECOND File that looks like that:
" 09000";476
" 09001";10
" 09005";5
What to do? the Output file must look like that:
09000~Catalog 1~9672
09001~Catalog 2~10
09002~Catalog 3~161
I need to substract Field 3 from the FIRST File, with Field 2 from the SECOND File and get a Output like above.
Reply
Answers (
7
)
learn C#
Drag and drop between 2 gridview and insert into table