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.
Answer Posted / 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 |
Post New Answer View All Answers
How to add default rules in the transformer?
What is the use of the co> operating system in ab initio?
Mention what is the syntax for m_dump in abinitio?
State the working process of decimal_strip function?
What are the factors on which storage of data depends?
What is the difference between partitioning with key / hash and round robin?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
What are the functions of the replicate and dedup component?
What are the different types of parallelism used in abinitio?
What do you mean by data sorting?
What are the different types of partition components in abinitio?
How to compare two dmls in abinitio
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
Describe in detail about lookup?
How co>operating system integrates with legacy codes?