atviriduomenys / spinta

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

On converting XSD to DSA, duration XSD type has to be converted to python timedelta (integer) using prepare #594

Open karina-klinkeviciute opened 2 months ago

karina-klinkeviciute commented 2 months ago

When converting files of XSD format to DSA, XSD type duration has to be turned into Python's timedelta

Also, prepare function has to be added to transform XSD duration to Python timedelta.

Connected to #160