Hi,
I've posted the same question before, but since I have not found a solution yet, I try again.
I've a text file that i want to import. Origin SAP-ISU. Due to the many spaces between the columns, it can only be imported as a fixed field.
The problem is that at certain lines, two lines go into one record.
if you look at the file (below), you see that some lines have the last column(s) not filled (the CrLf is not in the last column). Whenever a last column isn't filled, the following line goes into the same record (Somehow the CrLf is not recognized, or used to create a new record).
How can I get the import right? I need the import function to complete the whole line before inserting a new record.
Can I manipulate something in VB? Has anybody experienced the same trouble?
IMPORT FILE:
EasyIT
"Do you think that’s air you're breathing?
I've posted the same question before, but since I have not found a solution yet, I try again.
I've a text file that i want to import. Origin SAP-ISU. Due to the many spaces between the columns, it can only be imported as a fixed field.
The problem is that at certain lines, two lines go into one record.
if you look at the file (below), you see that some lines have the last column(s) not filled (the CrLf is not in the last column). Whenever a last column isn't filled, the following line goes into the same record (Somehow the CrLf is not recognized, or used to create a new record).
How can I get the import right? I need the import function to complete the whole line before inserting a new record.
Can I manipulate something in VB? Has anybody experienced the same trouble?
IMPORT FILE:
Code:
Contract CRblk AanF Gem CR Product AanA AO Portie Instl Inhuis- Status1 Status2 Geblokkeerd Aanpassings Normaal
3005568961 XX F 1 5033468881 NG A 01 KC0907 6012456690 01.05.2006 X X XX 9999 508001313
E 01 NC1211 6001475071 05.10.2005
N 01 NC1211 6001475084 01.12.2000
N 01 NC1211 6001475084 05.10.2005
N 01 NC1211 6001479264 31.10.2005
N 01 NC1211 6001479264 01.12.2000
N 01 NC1217 6001479368 11.01.2002
N 01 NC1217 6001479368 01.12.2000
E 01 NC1216 6001483405 01.12.2000
N 01 NC1216 6001483414 01.12.2000
N 01 NC1216 6001483473 01.12.2000
N 01 NC1216 6001483473 14.10.2006
3005558083 1 5033424792 N 01 KC1202 6009560551 02.03.2006 505001826
3005558175 1 5033472005 G 01 KC1017 6008941146 01.03.2006 519000116
3005558175 1 5033472006 NG 01 KC1017 6012571123 01.03.2006 522000031
3005558456 1 5033412503 N 01 KC0926 6014957830 14.08.2006 X
3005558459 1 5033412956 N 01 KC0926 6014957836 14.08.2006 X
3005558489 1 5033427457 E 03 NC0619 6001717824 03.10.2005 511000837
3005558489 1 5033427457 E A 01 NC0619 6001717824 03.10.2005 511000837
3005558489 1 5033427458 N 01 NC0619 6001717835 03.10.2005 511000837
3005558489 1 5033427458 N 03 NC0619 6001717835 03.10.2005 511000837
3005558495 F RC0407 00.00.0000 415079227
3005558496 F 03 NC0619 00.00.0000 490055643
3005558519 F 03 EC0216 00.00.0000 450073302
3005558671 1 5033417180 N 03 RC1020 6012226148 01.01.2006 X K1
3005558671 1 5033417181 E 03 RC1020 6012226149 01.01.2006 X K1
3005558671 1 5033417182 G 03 RC1020 6012226150 01.01.2006 X K1
3005558671 1 5033417183 NG 03 RC1020 6013558208 01.01.2006 X K1
3005558677 1 5033417461 E 03 KC0507 6010323131 13.12.2003 X
EasyIT
"Do you think that’s air you're breathing?