Problem with Blank lines in external tables???
421036Sep 8 2004 — edited Sep 8 2004All days I receive files with 2 blank lines in the end of the file.
I have external tables to read its.
For example I have the file Customer with 100 customers but If I put:
select count(*) from et_customer
It returns 101!!!!!!
Could the external tables not read the blank line??? How can I do it????