frictionlessdata / datapackage

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data.
https://datapackage.org
The Unlicense
481 stars 109 forks source link

decimalChar, groupChar attributes #890

Closed fomcl closed 2 months ago

fomcl commented 4 months ago

decimalChar, groupChar attributes could be added to (probably) the CSV dialect to indicate the decimal separator and the thousand separator, respectively.

roll commented 2 months ago

Hi @fomcl,

These properties are part of the Table Schema specification - https://datapackage.org/specifications/table-schema/#number

Please let me know if it help with your use case