Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ejonesI know there are limits on the number of records that Excel will read. The limit in earlier versions was somewhere over 65K records. I don't remember what the limits are now.
You might read the CSV files you've created with the CSV input node and see how many records are found.
If you are on a Unix computer and have access to the command prompt, and if there are no line feeds inside the data itself so that every record has only the line feed at the end, then you could use the Unix command "wc -l <filename>" to count the number of lines in each data file. Note that the count will usually include the header record as one more record than the number you wrote. I don't know if Windows has a similar command, but a good text editor may be helpful because you can open the file and see if all the data is there.