I have the problem and trying to look for answers
I have 2 Files : File A and File B
I have to concat the 2 files in such a wat that File B data is appended to the bottom of File A --Concat node does this job, all good
The challenge is, the first file has a trailer record which looks like this
TRAIL|"50
It starts with TRAIL and has row count for File A
When I append File B to File A, this trail record should be the last record in the concatenated file with the record count being updated
File A : 50 records
File B : 60 records
The record should be as:
TRAIL|"110