Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello. I have a simple job where I have one input file, one tmap and then two outputs. I want to append the second output to the first. None of my outputs have a header row and I don't need a header. My issue is this
Each output should produce 23016 rows as per the input. When I run it to produce two separate output files they both produce the 23016 rows. So I'm expecting it to produce a combined output of 46032. However, when I append the second output to the first there are two issues
1. After the first 23016 rows of data, it inserts a blank row
2. It is appending only 17 rows out of the 23016, even although both components are showing 23016 rows generated in the job.
Thank you so much - that's worked perfectly! I'm honestly eternally grateful for your help. Thank you 🙂