Hi All, Im trying to creat a .dat file with a header (2 rows with 3 data per row) and a body with thousands of data differents from header (5 data per row).Like this:
Name1,Surname1,Phone1
Name2,Surname2,Phone2
a1;b1;c1;d1;e1
a2;b2;c2;d2;e2
I have the data from header and from the body in differents tables inputs, but I dont know how to merge it in a unique archive .dat with that specific format.
Thanks a million for you time.
Name1,Surname1,Phone1
Name2,Surname2,Phone2
a1;b1;c1;d1;e1
a2;b2;c2;d2;e2
I have the data from header and from the body in differents tables inputs, but I dont know how to merge it in a unique archive .dat with that specific format.
Thanks a million for you time.