tags:

views:

5

answers:

0

Hi,

is it possible to leave out the last line of a CSV file, because i have a huge file, like 300.000 records in a CSV file and at the end i have END because else we had some issues with the FTP server not giving complete files as Oracle was still writing to it.

so now I would like to import the CSV file with mysqlimport but leave out the last END line, is this possible and how?

because i don't like the overhead of copying the entire file every single minute..

Thank you so much!