Hi All,
I am working on File(XML) to File (Pipe delimited text file) scenario. My requirement is, first line in the file should be name of the fields followed by values of the fields from the next line and so on.
Example: A|B|C-------->Name of the fields
1|2|3---------->Value of the fields
4|5|6---------->Value of the fields......and so on.
I am able to execute the scenario without first line using MTB in SFTP. But how to incorporate the name of the fields? Please suggest.
Thanks in advance,
Vaibhav Mishra