function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TenaTena 

Delete using Dataloader Command Line

I am using the dataloader via command line for many items.  I am able to extract the records I want to delete but when I do the process that uses that csv file to delete the records I get error "Delete operations can only have a single column of IDs".  I took that same file and was able to manaully do it through the dataloader.  I am doing the delete on the Asset object. 
TenaTena
I solved it.  In the mapping file the caps matter.  I had ID when it had to be Id.