ASCII

I'm trying to import a file that use ascii and get a error line invalid and it's one line any ideas why.

any ideas why

Not from the (lack) of information you've given.

What does the file look like?
What does your code look like?

10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 190 200 210 220 230 240 250
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
EntryNo EmpID Earn MStDate WeekDay Hours OTHours DTHours Pieces OTPieces DTPieces Rate Amount ACrew Dept GLAcct CostCenter Phase Block WC Equip Equip Equip Lot M
000000000CA101 1 1CA04/15/2007 1425 7250 YA 2 502 0016 N
000000000CA102 1 1CA04/15/2007 1525 7250 YB 2 502 0016 N
000000000CA103 1 1CA04/15/2007 1025 7250 YC 2 502 0016 N
000000000CA104 1 1CA04/15/2007 1825 7250 YD 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1225 7250 YA 2 502 0016 N
000000000CA102 1 1CA04/15/2007 1925 7250 YB 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1725 7250 YA 2 502 0016 N
000000000CA103 1 1CA04/15/2007 1325 7250 YC 2 502 0016 N
000000000CA104 1 1CA04/15/2007 1525 7250 YD 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1725 7250 YA 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1625 7250 YA 2 502 0016 N
000000000CA104 1 1CA04/15/2007 1725 7250 YD 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1125 7250 YA 2 502 0016 N
000000000CA102 1 1CA04/15/2007 1525 7250 YB 2 502 0016 N
000000000CA103 1 1CA04/15/2007 1325 7250 YC 2 502 0016 N
000000000CA101 1 1CA04/15/2007 1825 7250 YA 2 502 0016 N


Could you describe the format of this file? And also provide the code that reads it as asked for? Also, could you describe the full error you are getting?
Topic archived. No new replies allowed.