I am unloading data from my organization based on my company's data retention policy. I have CLI jobs which will query the data and create the expected csv file.
I then use that same csv file to run a CLI delete script. It works fine, but for every single row, and every single column, except for Id, I get the warning message:
[DataDelete] mapping.LoadMapper mapData (LoadMapper.java:83) - Mapping for field xxx will be ignored since destination column is empty.
It is possible, but excessive, to have a specific extract script that only pulls the Id, but I would much rather have the ability to simply suppress these warnings. Is this possible?