I'm attempting to output my data into 3 pipe-delimited csv files, each with an equal number of records.
I've used the Tile tool to split my records, and I'm using the Tile_Num as a suffix in my output file names, all of which works great.
However, I'm finding that some, if not all, of my output files are missing the header row and the first 15 records.
Unfortunately, even this result is inconsistent.
For example:
- when I was using relative filepaths for my output, the error did not occur at all
- but when I chose one specific filepath, then 1 of my 3 files skipped records
- and when I chose a different filepath, then all of my files skipped records.
Also, sometimes the error occurs in output #1 in one run, but it occurs in output #3 in another run.
The inconsistency is puzzling.
This error occurs in both Designer and Server instances.
Does anyone know what might be happening? Or why? Or how I can avoid this?
I've attached a sample workflow and the resulting outputs. Output 1.csv is a good example of the error.