C
Canadian_topher
Guest
I'm setting up an access system to import a text file which is pipe delimited. The file contains purchase order information.
I have the layout of the file and have created an import spec in order to import it directly to a table which is setup with all required fields.
The problem I am having is if the file is more than one line, access will only import the first line.
I've found that I have to manually open the file in say notepad. go to the end of each line, press the Delete key and then the enter key. After going through all the lines I save the file and THEN access will import all of the lines.
The files are coming from our customer who uses and EDI system to generate the delimited files.
The system was working but now I seem to be having some problems and I have been assured by our customer that nothing has changed in how they generate the files.
I've also found that if I manually import the files using the import wizard it will also only import the first line. Even if I use my import spec while in the wizard it will only import the first line.
The only thing I have found is when opening the file in access instead of the file looking like
1
2
3
It looks like
1
2
3
Any ideas as to why this might be happening?
Thanks for any help.
I have the layout of the file and have created an import spec in order to import it directly to a table which is setup with all required fields.
The problem I am having is if the file is more than one line, access will only import the first line.
I've found that I have to manually open the file in say notepad. go to the end of each line, press the Delete key and then the enter key. After going through all the lines I save the file and THEN access will import all of the lines.
The files are coming from our customer who uses and EDI system to generate the delimited files.
The system was working but now I seem to be having some problems and I have been assured by our customer that nothing has changed in how they generate the files.
I've also found that if I manually import the files using the import wizard it will also only import the first line. Even if I use my import spec while in the wizard it will only import the first line.
The only thing I have found is when opening the file in access instead of the file looking like
1
2
3
It looks like
1
2
3
Any ideas as to why this might be happening?
Thanks for any help.