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
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 |
Answer / enu
Another method we can also use interleave component which gathers data in round robin.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / apoorva
We can use Partition by round robin component with block size 1.
| Is This Answer Correct ? | 1 Yes | 1 No |
Hello, I need help on passing parameter to Oracle Stored Procedure.I am a oracle DBA,need to use some graphs. I need help to pass date parameter with format YYYYMMDD from Ab Initio to Oracle STored Procedure.How to do that please explain me...
What are the fundamental blocks of co> operating system of ab initio?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
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?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
How to move or copy the project parameter or project object to my sandbox?
Broadcast and replicate does the similar work , what’s the diff then
Describe the Evaluation of Parameters order.
What do you know about partition and also tell us about partition components in abinitio?
What are Cartesian joins?
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?