I'm using Deduplicator to retrieve a list of tasks that don't exist on the target db
It is retrieving this list:
Cleaning,
Maintenance,
Support,
Cleaning,
Gardening,
Cleaning for instance is repeated and I need to insert this value only once.
How can I do that?
Maria