Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithTo diagnose such issues, try another copy of the Delimited File node using \n as the field delimiter, and \n as the record delimiter.
This will tell it to read just one big field out of each record.
If you only get the 76k records, then something could be going wrong with the node.
But if you get all 563k records, then the problem is with the content of the file.
If you do get all 563k records, then use Head/Tail nodes to focus in on the records around 76366 - I would use Head=76370 followed by Tail=10
Then, you can look at just those 10 records and see if you can determine what might be going wrong.
===
The Delimited File node should not suffer from any memory issues unless the delimiters are messed up - it writes one output record for every input record, without queueing any of it into memory.
You also can add a second output pin to the Delimited File node - any badly formed records will be written to the 2nd (Error) pin.