Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

KeyUsage
DataExportPathLocation to pull DataExport CSV data from. Expected to contain ZIP files
CreateTablesFromCsvAlone

“true”/“false”

Issue 5076 - 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”

Issue 5077 - 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 it to "true"

modelName

The name of the EDMX file

webApplicationProject

The csproj file for the ASP.NET Web Application that will be rebuilt after the EDMX file is updateduseFileStreamForAttachmentsSet 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

 

Image Added 

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