Open Manta Conceptual Overlays Configuration
Configuration Properties
Metadata import configuration properties are available on the Manta Admin UI screen under Configurations > CLI > Conceptual Overlays >Conceptual Overlays Common.
You can configure the following properties.
| Property | Default value | Description |
|---|---|---|
manta.import.metadata.input |
${manta.dir.input}/metadata/${manta.import.metadata.id} |
A folder with import input files. |
manta.import.metadata.encoding |
utf8 |
The imported CSV file encoding (ignored when importing from an Excel sheet). |
manta.import.metadata.csv.delimiter |
, |
The imported CSV file expected delimiter (ignored when importing from an Excel sheet). |
manta.import.metadata.definition.input |
metadataDefinition.json |
Path to a JSON file with metadata that defines the format of input files that are relative to the manta.import.metadata.input folder, unless it does not exist, in which case the file manta.import.metadata.definition.default applies. |
manta.import.metadata.definition.default |
${manta.dir.scenario}/etc/metadataDefinition.json |
Path to the default JSON file with metadata that defines the format of input files. It is overridden by the file that is specified in manta.import.metadata.definition.input, if it exists. |