Slot: candidateDelimiters

Optional list of candidate delimiters used when trying to infer the file dialect.

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

Applicable Classes

Name

Description

Modifies Slot

Dialect

CSV dialect specification describing the format of the source data file

no

Properties

  • Range: String

  • Multivalued: True

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/candidateDelimiters

native

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

LinkML Source

```yaml name: candidateDelimiters description: Optional list of candidate delimiters used when trying to infer the file dialect. examples: - value: ',' - value: ; - value: \t from_schema: https://echemdb.github.io/metadata-schema/source_data rank: 1000 alias: candidateDelimiters owner: Dialect domain_of: - Dialect range: string multivalued: true
</details>