Hi All,
i would need some advice from you guys from this forum to solve the reading of the CSV file that i had.
for example, i have a file which consist of about 2000 records (below are the example of the records)
10/10/2013 10:25:09 AM,5.89,45,264.83,PTTTT
10/10/2013 10:25:13 AM,5.89,2000,11780.00,
Some of the records are with the "PTTTT" and some dont.
So how do i read the records for the part until 4th column and elimiate the PTTTT column ?
Thanks