So I am trying to import some data from a different DB to Monet.
I created a large file with INSERT statements  almost 7K insets.
I saved it in a .sql file and tried importing it using \< [file_name] - that gave me almost 7K of Invalid identifier error messages.
When I try just one insert out of that file it works fine though.
Also, I compared my sql file to the VOC tutorial sql file and the only difference I see is that in mine each INSERT is one its own line - which means it has a newline character at the end of each line.

Could this be creating a problem?