-
Sorting Alphanumeric Values
I have fields like a10 b20 c123
If we give numeric value (any number) as key in sort component, what would be the expected result?
Do we get a sorted order? or Does the sort component spits an error?
-
Copy of File in GDE
How we can make N number (say 50) copies of a file in GDE without using replicate?
-
Identify DML Impacted Objects
If a DML is changed, how to find out the impacted objects using a command?
-
Count of Multifile
How to get each partition count and total count of a multi file?
-
Record to Column
I have a record like below:
avi,mahi,virat,mahi,avi,virat,mahi,virat,avi
Output should be:
avi1
mahi1
virat1
mahi2
avi2
virat3
mahi3
virat4
avi3
Please suggest how can I achieve this. -
How to convert single row to two columns
Hi,
I have a data like 1,a,b,c,2,d,e,f,g
required output is in two fields:
field1,field2
-----------------
1,a
1,b
1,c
2,d
2,e
2,f -
-
-
-
Using Partition components
i having 1000 records in in0 file.
i want first 250 records into out0 file,
next 250 (250 to 500)records into out1 file,
next 250(500 to 750) records into out2 file,
last 250(750 to 1000) records into out3 file using partition components? -
Null key in scan and dedup
If we give NULL key in scan component what will be the output and in dedup with keep parameter as unique?
-
Output Indexes Component
What is the alternate component for output indexes?
-
Data from 1 Column to be separated in Multiple Columns
Input file
col1
1
2
3
4
5
6
7
8
output file
col1 col2 col3 col4
1 2 3 4
5 6 7 8
How to achieve this? -
Over vs Runs -- same sequence number for each group
I am having input column as runs with values
3
2
4
6
0
1
0
3
2
6
0
0
4
1
1
2
3
In output I want over number on Over column and corresponding runs on Runs column
Expected o/p is:-
Over Runs
1 2
1 4
1 6
1 3
1 0
1 1
2 0
2 3 -
-
-
-
-
-
Abinitio Interview Questions
Ans