Someone who can help me with this?
I have a CSV file with the colums "ComputerName" and "UserName". The CSV file is configured as a data source and that data source is imported into a custom data class on a schedule. This works as it should.
Now, I would like to make computers not in the CSV file to be removed from the custom data class. I cannot find that it is possible with the import task - it just adds or updates, and is not removing entries from the custom data class. Is it possible to do this? I guess it is possible to clear the custom data class and then let it repopulate, but how can I do that and schedule it?