Flatfiles(.txt,.csv,xml) to laod sequential files?

How can we load three different flat files(1 file .txt,2 file .csv,3 file xml) to sequential file at a time?

Questions by Kiranchandra

Showing Answers 1 - 6 of 6 Answers

Devesh Ojha

  • Aug 11th, 2014
 

If Metadata is the same then we can load by doing the Union operation and if metadata is diffrent then first sync the metadata and then load them .

  Was this answer useful?  Yes

Narra

  • Jul 21st, 2015
 

Ready all the 3 source as a fixed width file. Otherwise it wont possiible untill unless having the same format

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions