some of the lines have a return & linefeed, just make sure when you shource them in the line appear like this:
Quote:
INSERT INTO doors VALUES
( bla , bla,-bla);
|
instead of this:
Quote:
INSERT INTO doors VALUES
(bla, bla,-
bla);
|
I have not had any problems sourcing any of the resulting files to my database, please post the errors you get so I can fix the error if it is in the source data or the code itself.