Create a commandline application in Visual Studio.
Read nth text from an input file with comma separated values
Display it in the command line.
This should be repeated for all the lines in the file.
example of the 2 lines of input file->myfile.txt is shown below...
000000152010,10,5,00037,00002,20090408,163000,1524,608,11,-22.53,444ABCDE984677A****AAD56BB,MIKA77,0911,20090408,2,TEST hpp,50,H,22.53,0,1,1,5243,269084544603354,1.54,0.00,0.00,0.00
000000151848,10,5,00037,00001,20090406,152400,2143,603,11,-5.99,444ABCDE984677A****AAD56BB,EKUBNW,1109,20090406,1,,50,J,5.99,0,1,1,1432,000000000000000,0.50,0.00,0.00,0.00
Last edited on