Each dataloader process can upload to one object at a time.
So you would need to create separate processes from CLIq to update
each object.
You could merge all the processes together at the end, but that would
require some custom scripting to tie it all together.