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 |
What exactly do you understand with the term data processing and businesses can trust this approach?
Is it possible to create a parameter in the component?
What are the Types of parallelism in detail?
Give one reason when you need to consider multiple data processing?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
How many parallelisms are in Abinitio?
Mention what is a partition and what are the different types of partition components in abinitio?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
How will you check the latest versions in EME?
. What is adhoc multifiles? How to use in abinitio graph?
Do you think effective communication is necessary for data processing?