Slot: delimiter

Column delimiter character used in the data file.

URI: https://echemdb.github.io/metadata-schema/source_data/delimiter Alias: delimiter

Applicable Classes

Name

Description

Modifies Slot

Dialect

CSV dialect specification describing the format of the source data file

no

Properties

Examples

Value

,

;

\t

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/source_data

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/source_data/delimiter

native

https://echemdb.github.io/metadata-schema/source_data/delimiter

LinkML Source

```yaml name: delimiter description: Column delimiter character used in the data file. examples: - value: ',' - value: ; - value: \t from_schema: https://echemdb.github.io/metadata-schema/source_data rank: 1000 alias: delimiter owner: Dialect domain_of: - Dialect range: string
</details>