D toc |
---|
This section contains miscellaneous configuration topics to enable minor features of the platform.
Limits
For more information, see Configure Application Limits.
Configure CSV field delimiters
When you publish a CSV file, by default the fields in the file are comma-separated. Optionally, you can configure a different field delimiter.
Tip |
---|
Tip: During publication, you can specify whether the output file includes double quote marks around each field. For more information, see Run Job Page. |
Steps:
D s config To enable the feature, verify that the following parameter has been set to
true
:Code Block "feature.publishDelimiterQuoteOption.enabled": true,
If you wish to specify the delimiter character using a Unicode value, please set the following to
true
:Code Block "feature.publishDelimiterQuoteOption.enableUnicodeCSVDelimiters": true,
Search for the following parameter:
Code Block "webapp.outputCsvDelimiter"
- In the textbox, enter the string that is used as the delimiter.
- Strings can be more than one character in length.
If you have enabled the Unicode CSV delimiters feature, you can enter Unicode characters in the following format:
Code Block \uXXXX
where
XXXX
is the Unicode value for the character.Info NOTE: The delimiter value is used as the default value for each job. The default can be overridden on a per-job basis. For more information, see Run Job Page.
- Save your changes.
Supported Extensions
You cannot upload a file with an unsupported or unlisted file extension. As needed, you can add extensions to the list of supported file formats, which enables the file to be uploaded.
- Extensions are case-sensitive.
.xml
and.XML
must both be listed. - A leading period is required.
Info |
---|
NOTE: Even if the file extension is added to this list, the platform may not be able to process the file. For more information, see Supported File Formats. |
Info | |
---|---|
NOTE: The
|
Steps:
D s config Locate the following parameter and add file extensions. In the example, two new extensions have been added to the list:
Code Block "webapp.client.allowedFileExtensions": [".log",".LOG"],
- Save your changes and restart the platform.
Enabling Features
For more information on the feature flags to enable or disable features, see Configure Features.
Other Configuration Topics
D children all true