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
ethanoneethanone 

Data Export

I'm working on a migration routine of legacy data into Salesforce.  I must export the data after it gets into Salesforce in order to link objects with the SF internal IDs.  The data exporter only allows one export every 48 hours and I need to iterate more often that that. The scheduler only lets me do once a week!  I'm only testing with 30 records so I'm not talking a big export here. Is there anyway around this limitation of the data exporter? Can I use the Force IDE? 

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell
Use the data loader to do your export instead.

All Answers

SuperfellSuperfell
Use the data loader to do your export instead.
This was selected as the best answer
start_sstart_s

You may also use Apatar open source ETL tool. It will help you export your data to any available data base or file, supports SOQL queries. Supports all SF edition except Group edition.

 

Regards,

S

Sam FridSam Frid
You can schedule Import to Salesforce legacy data using Skyvia (https://skyvia.com/connectors/salesforce). No-code freemium app