what is deeup in unique only?

Answers were Sorted based on User's Feedback



what is deeup in unique only?..

Answer / prashant jaiswal

To explain with example, If you have 10 records with dedupe
key having values of 10,10,20,30,30,30,30,40,40,50. On
deduping UNIQUE, you will get 20 & 50 in your output.
Remaning records comes out in the dup port.

Is This Answer Correct ?    15 Yes 1 No

what is deeup in unique only?..

Answer / dhirendra

keep Parameter of Dedup Sorted Component

(choice, required)

Specifies which records the component keeps to write to the
out port. Choose one of the following options:

first — Keeps the first record of a group
last — Keeps the last record of a group
unique-only — Keeps only records with unique key values
The component writes the remaining records of each group to
the dup port.

Default is first.

Is This Answer Correct ?    13 Yes 1 No

what is deeup in unique only?..

Answer / raju mortale

Dudup Sorted is use to remove the duplicates from records.
There is one keep parameter choices are [first,lastand unique ]
give sorted input to dudup for better result.

EX....
ID Name
1,abc
3,bcd
1,dhrf
4,dgd
2,dgf
1,dgd
2,cbdg

when you keep parameter set to unique and key is id then it will return unique only

ID Name
3,bcd
4,dgd

Is This Answer Correct ?    2 Yes 0 No

what is deeup in unique only?..

Answer / hari babu

In JOIN component : Dedup pareametr set to TRUE that means
to remove dulicate ecords from the input port before JOIN.
BY EFAULT : FALS.

DEDUP SORT COMPONENT: It separates one specified record in
each group of records .
This component reqired grouped input.

Keep Parametr: we set below optiones.

1.first — Keeps the first record of a group
2.last — Keeps the last record of a group
3.unique-only — Keeps only records with unique key values

Default is first

Thx
Hari Babu

Is This Answer Correct ?    0 Yes 0 No

what is deeup in unique only?..

Answer / mahesh

dedup is used to fetch or forward a unique row of many.
It has options of first ,last and unique only.
If you sort the dataset you can select exactly which row to
forward of may rows.

first - fwds first of many rows
last - fwds last of many rows
unique only - fwds rows which just have one entry.i.e no
rows which have dups

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

What is the Reformat Layout?(i/p ->Reformat->o/p)

2 Answers   IBM,


Pdl with an example?

0 Answers  


What is sandbox?

0 Answers  


How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?

0 Answers  


What is the difference between formal and export parameter? Export at what secenario we are going to use?

0 Answers  






what is the project environment(for each project the environment is same or different to different project)?

0 Answers  


How to add default rules in transformer?

0 Answers  


wt is meant by repartioning in howmany ways it can be done.

2 Answers  


How to compare two dmls in abinitio

0 Answers  


46.How you can create cross joined output using join component ? 47.What is the default layout of watcher files ? How to use in abinitio graph? 48.Why you get 'too many open files' error ? How to use in abinitio graph? 49.What is the significance of vnode folder under AB_WORK_DIR ? How to use in abinitio graph? 50, What is the significance AB_AIR_BRANCH? How to use in abinitio graph? 51. How can you select only unique records from a set of records ? How to use in abinitio graph? 52. How next_in_sequence work in parallel layout ? How to use in abinitio graph? 53. Why you want to set a modest number in limit ? How to use in abinitio graph? 54. How you can encrypt a password and use it in dbc file? How to use in abinitio graph? 55. Which function you should be using if you do not want to process non printable char from a feed file ? How to use in abinitio graph? 56. How you can run a component for certain conditions ? How to use in abinitio graph? 56. What is catalog and when you should use it ? How to use in abinitio graph? 57. How you can use reformat as a router ? How to use in abinitio graph? 58. How many process gets created for a n-way parallel component ? How to use in abinitio graph? 59. Why delimited DMLs take more time to process than fixed length DMLs? How to use in abinitio graph? 60. How can you select only first and last record from a file without using next_in_sequence? How to use in abinitio graph? 61.Why you should always keep largest input as driving input for Join ? How to use in abinitio graph? 62. What a catalog file contains ? How to use in abinitio graph? 63. What Is private project and public project ? How to use in abinitio graph? 64. Why you should not use checkpoint after replicate ? How

0 Answers   Accenture, Mind Tree,


How can you export a component’s internal parameters ?

0 Answers   TCL,


We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?

4 Answers   IMS, TCS,


Categories