atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Separate dataset names with _ #626

Closed sirex closed 2 weeks ago

sirex commented 1 month ago

When creating DSA from XSD, dataset name should preserve word separators.

For example, if we have a file test-name.xsd, then dataset name should be test_name.

karina-klinkeviciute commented 1 month ago

as I understand, this should be for any conversion, not only XSD? (XSD conversion uses to_dataset_name which removes word separators).