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 / 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 ?    3 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 / 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 to add default rules in the transformer?

1 Answers  


How co> operating system natively processes the data?

1 Answers  


. What is adhoc multifiles? How to use in abinitio graph?

1 Answers   IBM,


Can anyone give me an exaple of realtime start script in the graph?

1 Answers  


how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio

1 Answers  


Explain what is sandbox?

1 Answers  


Can you use scan to generate sequence number ? How to use in abinitio graph?

2 Answers   IBM, TCL,


What is a deadlock and how it occurs?

1 Answers  


List the various vector functions used in ab initio with syntax.

1 Answers  


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

1 Answers  


What is the diff between abinitiorc and .abinitiorc files ?

1 Answers   IBM, Infosys, TCL,


What is a partition?

1 Answers  


Categories