/
DataExport Application

DataExport Application

Before you can use this application, please make sure that there are zip files present in the DataExport of your Salesforce Org. You can schedule your data to be exported in Salesforce.  

The data export application is able to iterate through a completed export (see Salesforce > Data Management > Data Export) and copy the selections to your local server hard drive by specifying their credentials in the Salesforce connection string and the "DataExportPath" i.e. location where the zip files will be stored.

<add name="SalesforceConnectionString" connectionString="G4S:user id=sfdcuser@example.com;password=examplePassword;token=YYB00TokenExampleBwENRKwCSZ;environment=Production"/>

Pull Schema Info:

If "pullSchemaInfo" is set to true then the data export application will download the Salesforce schema information after pulling the data export zip files and will save it with the name "dataCache" in the same folder where the zip files are saved. This "dataCache" file contains Salesforce schema information in form of binary data. This information is later used while generating database to enforce relationships on the tables generated. 

Back Up Folder:

If "backUpFoldersLimit" is set more than "0", then the existing zip files and dataCache files in the data export directory will be moved to a back up folder and the current zip files and dataCache will take there place. If the limit is set to "2", then only the latest two back up folders will stay in data export directory and the rest will be deleted.