Skip to main content

Export with Template

Exports a table using a named export template with column mapping and format conversion.

Category: Named Tables & Rules Engine · Group: Tables · Activity name: ExportWithTemplate

The ExportWithTemplate activity in the designer

Example

outputVariable = ExportWithTemplate("<tableName>", "<templateName>", outputPath="<outputPath>")

Inputs

NameTypeRequiredDefaultDescription
Table NamestringYesName of the in-memory table to export.
Template NamestringYesName of the export template (configured in the platform).
Output PathstringYesFile path for the exported file.

Outputs

NameTypeDescription
outputVariablejsonStores result (filePath, rows, template, format).