Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Bryt ParkHi
I need to pull some fields from multiple sources/files and then piece these field into one record.
Each source contains ONLY ONE single record (the records are generated by multiple independent complicated VBA programs, not in LavaStorm)
However, there are no common fields among these source files, so Join would probably not work.
I tried Cat node, but it does not piece the fields into one single record, please kindly advise.