culturecreates / artsdata-planet-lavitrine

Export pipeline from Artsdata to LaVitrine
1 stars 0 forks source link

LowPrice and highPrice range #25

Closed saumier closed 5 months ago

saumier commented 6 months ago

Current behaviour: When the price of a schema:Offer is using exponential notation (25.0E0) the offer is omitted from the range calculation. It is common for numbers like 10.5 to be automatically converted to xsd:double datatypes with exponential notation if no specific datatype is supplied.

Expected behaviour: The prices using exponential notation should be included in the range calculation.