Universal Data Reader Skipping records

Hi,
I’m working on a simple graph that reads a flat file, reformats, and writes a flat file. There are 33,600 records on the input. All fields are strings at this point. As of yesterday this graph was reading 33,600 and writing 33,600. Today I added a few new data elements to the end of the file and added the same to the metadata. Now when I run the graph, it only reads 16,800 and writes 16,800 (half the total number of records). I’m not getting any errors. It seems to be reading every other record. What would cause this? If I go back to the original graph, without the few new fields in the metadata, the graph reads 33,600.
Thanks for any ideas.

Hi,

Could you please post your project with a sample of your data(can be dummy data). I would like to the configuration of the UniversalDataReader, and metadata.

Hi,
I sent a private message to disregard this post but it must have been missed. I found the issue which involved some messed up data.

Thanks