Member since
01-31-2021
7
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
838 | 02-08-2021 10:57 AM |
03-21-2021
09:49 PM
Looks like a programming question, you can try HashMap and use the domain value as key, then make your comparison and update the count Here is one example: https://stackoverflow.com/questions/46169229/how-to-count-the-number-of-unique-values-in-hashmap/46169712
... View more
02-08-2021
10:57 AM
Solved. Ihad the settings in the csv writer wrong.
... View more
02-04-2021
01:57 AM
Hello Dennis, thank you for the reply. It really helped a lot! Q1: That worked very well with the updateAttrbute processor. Q2: This also worked. I had the the settings of the csvWriter service (UpdateRecord) messed up. But it works fine. Q3: That is a bummer, I hoped it will would be a piece of cake to implement that. But i will look into one of the mentioned tools and figure it out. Q4: True that. The file is going to explode with data.
... View more