posted 10 years ago
Hi All,
I need help as we are processing files which is having a size less than 1MB and we are getting an output in one file but
we need an output in a tabular form like this .
Here Field1 and Field2 are headers and then their respective values should come in another line by reading each respective file, example given below.
Input file1
field1 : data
field2 : data
field3 : data
Input file 2
field1 : data
field2 : data
field3 : data
final Output
Field1 Field2 Field3
Data Data Data ( File 1 Data)
Data Data Data (File 2 Data)
Data Data Data (File 3 Data)