Key | Usage |
DataExportPath | Location to pull DataExport CSV data from. Expected to contain ZIP files |
CreateTablesFromCsvAlone | “true”/“false” If a CSV file in the DataExport doesn't have a corresponding Salesforce object should a table be created and populated in SQL? |
CreateColumnsFromCsvAlone | “true”/“false” If a column from a CSV file in the DataExport doesn't have a corresponding Salesforce object field should a Column be created and populated in SQL? |
useDataCache | To use the schema information from the file stored while DataExport to generate database, set to "true" |
useFileStreamForAttachments | Set to "true" to use file stream to store files as binary data in SQL database |
baseFileStreamTarget | The path for SQL database to store files for file stream |
Table 1 – Database Generation