I am having CDO which holds some records. There might be 3 records mapped to the same contact.
I would like to export CDO records to CSV file and have some contact fields included.
I would like to use BULK API since I am using it for CDO export.
The only way I know right now, is to export CDO records, put them to shared list (programatically) setup shared list view and then download them back.