Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Current »

 

 

KeyUsage
DataExportPathLocation 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?

useFileStreamForAttachmentsSet to "true" to use file stream to store files as binary data in SQL database
baseFileStreamTargetThe path for SQL database to store files for file stream

 

Table 3 – Database Generation

 

 

 

Note: To enable file stream on SQL Server, please follow the steps given here.

 

 


  • No labels