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

how will i can implemate Insert,Update,delete in abinitio? how will u view MFS in unix?what is diff/btween conditional dml& conditional component?

3 Answers   IBM, Syntel,


Explain PDL with an example?

0 Answers  


What is MAX CORE of a component?

0 Answers  


Layout - L1*, L1 - What is the difference

3 Answers  


How to load the data from an excel sheet to input file in a graph?

2 Answers   IBM,






What is $mpjret? Where it is used in ab-initio?

4 Answers  


what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?

0 Answers  


What is the best way of creating huge test feeds?

1 Answers  


What are the prioritized Rules in as Transform function

1 Answers  


I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?

0 Answers  


What is sandbox?

0 Answers  


I wanted to learn Ab Initio, Could you please send the material to my personal email id.

2 Answers  


Categories