Accelerate the Value of Data

Naming Output Files

You can specify a file name template to generate resultant output file names, when Export Version 2 is configured.

The default value of the template is part-{{n}}.
Parameters Name Required Details Type Default Example
Query filenameTemplate No It defines the filename template that will be used to generate filenames. The filename template can contain the {{n}} placeholder. The Export Service will replace this placeholder with file numbers. If the placeholder is not defined, the Export Service will add file numbers at the end of filenames.

Allowed characters: a-z, A-Z, 0-9,_, and -.

Max length: 512

Filename template must not be empty: "" - invalid

x{{n}} - valid

String part-{{n}} part-{{n}}

export-results-{{n}}

results

Examples

Filename Template Result Files
Unspecified part-00000.zip

part-00001.zip

part-00002.zip

export-file export-file00000.zip

export-file00001.zip

export-file00002.zip

results-{{n}} results-00000.zip

results-00001.zip

results-00002.zip