Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I do have a requirement, i wanted to read the file names from tFile list which i did in below method, and able to read the file names
But i need to read the files names and data corresponding to the files , to let me know from which file data came, but when i run the job below, with design
There are 3 files in the files list , am able to see data one after another, but am unable to see from which file the data is came from, what design or method would be better to see that way
right am seeing the data like below format
id, name
1,Manish
------------
id, name
2,Manish
------------
id, name
3,Manish
but i wanted to see in this below format to know from which file it is coming from
File1
id, name
1,Manish
------------
File2
id, name
2,Manish
------------
File3
id, name
3,Manish
Thanks In Advance
Manish
@TRF Thanks it worked out. but if am using with multiple files, every name is popping with same file name , that is the limitation now