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 |
How to add default rules in the transformer?
How co> operating system natively processes the data?
. What is adhoc multifiles? How to use in abinitio graph?
Can anyone give me an exaple of realtime start script in the graph?
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
Explain what is sandbox?
Can you use scan to generate sequence number ? How to use in abinitio graph?
What is a deadlock and how it occurs?
List the various vector functions used in ab initio with syntax.
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?
What is the diff between abinitiorc and .abinitiorc files ?
What is a partition?