HomeForum
Welcome, Guest

0 record output after adding deduplicator
(1 viewing) (1) Guest

TOPIC: 0 record output after adding deduplicator

0 record output after adding deduplicator 1 year, 3 months ago #1465

  • DBrown
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
* Version Number = Advanced ETL Processor Ent. 4.2.3.5

* Repository type = MS Access 2007

* Database type you are working with. = .MDB

* OS = Windows 7

After I added the deduplicator to the project I got 0 records output, before the deduplicator i got all records output. my understanding was to check all fields to be passed to transformation module, not sure how you check to dedupe city or state without wiping Entire record pass through. But I need both of those pieces of information to be passed.

Re: 0 record output after adding deduplicator 1 year, 3 months ago #1467

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2174
  • Karma: 12
I am very confused of what you are trying to achieve to be honest.

Can you provide more information please

Mike

Re: 0 record output after adding deduplicator 1 year, 3 months ago #1468

  • DBrown
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
I am combining information from an Access database to import into an Oracle database.In one example I am using The combined [Last Name] + [Address] + [Store ID] to create my unique key for the new system. there are duplicate records from multiple purchases over months and years so they become a duplicate name in a field that has to be a unique key. I wan to find these duplicate records and put them into a separate file so we can figure out a way to associate them to the parent record later.

Re: 0 record output after adding deduplicator 1 year, 3 months ago #1469

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2174
  • Karma: 12
I think using grouper would be a better option

Put Data Transformer before Grouper

Data reader =>Transformer=>Grouper>Validator=>Transformer=>Data Writer

Open transformer
Click copy inputs to outputs
Map fields
Create two additional output fields.
both of them would be [Last Name] + [Address] + [Store ID]
call them PK1 and PK2

open grouper

For PK1 set grouping type to group by
For PK2 set grouping type to count
For the rest of fields Last Value

Within validator filter those where PK2>2

Hope that helps,
Mike

Re: 0 record output after adding deduplicator 1 year, 3 months ago #1473

  • DBrown
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
Still getting duplicate records in output file

Re: 0 record output after adding deduplicator 1 year, 3 months ago #1475

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2174
  • Karma: 12
I think you have to sort the data before grouping it

Data reader =>Transformer=>Sorter=>Grouper>Validator=>Transformer=>Data Writer

Mike
Time to create page: 0.18 seconds

Testimonials

"We used Advanced ETL Processor to give us more flexibility with business automation. And better yet, we always felt that the DBSL support team is a true partner in every sense of the word, assisting us when we needed help"

Carlos Tantis,
Marketing Manager

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top