i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.

Answers were Sorted based on User's Feedback



i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do..

Answer / krishna

we can use fuse component

Is This Answer Correct ?    6 Yes 1 No

i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do..

Answer / enu

Another method we can also use interleave component which gathers data in round robin.

Is This Answer Correct ?    1 Yes 0 No

i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do..

Answer / jatin chawla

1. Use fuse component to join two files and will give output
col1 col2
a 1
b 2
c 3
d 4

Then in Reformat do out.col :: string_concat (col1,col2)

Is This Answer Correct ?    2 Yes 1 No

i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do..

Answer / apoorva

We can use Partition by round robin component with block size 1.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Ab Initio Interview Questions

Mention what the difference between “look-up” file and “look is up” in abinitio?

0 Answers  


what is decoding & what is NVL?

1 Answers  


What does de-partition mean in abinitio?

0 Answers  


What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?

0 Answers   IBM, TCL,


What do you mean by continuous graph? what is it significance?

1 Answers   IBM,






Suppose we assign you a new project. What would be your initial point and the key steps that you follow?

0 Answers  


What is meant header and tailer, suppose header and tailer had some junk data how will delete junk data ? which components r used?

5 Answers  


Do we really work with ACTUALDATA in development phase.

4 Answers  


What are the differences between informatica and abinitio?

0 Answers  


What is the function that transfers a string into a decimal?

0 Answers  


what are the steps in actual ab initio graph processing including general,pre and post process settings?

2 Answers  


How co>operating system integrates with legacy codes?

0 Answers  


Categories