What are the differences between source qualifier and joiner transformation?
No Answer is Posted For this Question
Be the First to Post Answer
How will you convert rows into columns or columns into rows
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
where does the default group roew in a router is stored what is the default size of memory in router
when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want to load the remaing rows in target with out truncate target table.What should i use?
How many input parameters can exist in an unconnected lookup?
What are teh different tasks that can be created in workflow manager?
How to load only the first and last record of a flat file into the target?
What you know about transaction control transformation?
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?
how i will stop my workflow after 10 errors
What is the Rank index port in Rank transformation?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE