Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I will make an example:
I have a file with this information:
ColumnA Id_Column Id
A 123A 1
B 567A 2
C AAA1 1
B XPTO 3
With this I need to create one file for each column A, I will have, in this case, 3 files, one for A (with one record), one for B (with two records) and one for C (with one record).
So far so good, this is working.
My point is to have a header and footer to these files.
Header: "THis is the header"
Footer: "This is the footer"
Anyone can help me?
Thanks
IIt's done, I used the pre and post job and create a footer and header, and after iterate I add the field to the name of file.
IIt's done, I used the pre and post job and create a footer and header, and after iterate I add the field to the name of file.