Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following config:
tFileList > iterate > tFileInputPositional > Schemacheck > tMap > tFileOutputDelimited
There are 2 files in the file list. when running the job it states '2 execs finished' on the iterate connector. However, from tFileInputPositional, only the last file is processed.
What am I missing?
Like this?
I found the issue(s):
- The row count after the tFileInputxx is the rowcount of the last file, not the total
- I had been playing with the 'append' option of the tFileOutputxxx. It was greyed out for me and said that the property was managed by the Repository (where I could not find that option at ll). When I switched the Property Type from Repository to Built-In *and back*, now I could select Append, and I find all my records in the outputfile.
Thanks for the (moral) support.