...
Code Block | ||
---|---|---|
| ||
<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", the only two latest back up folders will stay in data export directory and the rest will be deleted.