Fetching of two files and form one File

Suppose we have two input files A and B both having different columns & data, for example A having 1 2 3 4 columns and B having W X Y Z, How to get output as 1 2 columns from A and W X Y from B

Showing Answers 1 - 15 of 15 Answers

abinitiodev

  • Jan 1st, 2016
 

Use fuse component

  Was this answer useful?  Yes

Lokesh.N

  • Apr 15th, 2016
 

Fuse would only combine the two columns. I believe fuse would not work here

  Was this answer useful?  Yes

Jagnyadatta Sena

  • Apr 17th, 2016
 

Join, can be used with no join keys(i.e. {}), and output can be configured accordingly with transform.

  Was this answer useful?  Yes

gouse

  • May 27th, 2016
 

We have to specify 1,2 columns from A w,x,y from b in fuse component o,p dml. then combine two files
By using fuse components. By using we cont achieve this op

  Was this answer useful?  Yes

Khaja

  • Apr 11th, 2018
 

Reformat is used to drop the fields. By using reformat drop the fields from two files and get the output as required give input to fuse.

  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