scrapinghub / price-parser

Extract price amount and currency symbol from a raw text string
BSD 3-Clause "New" or "Revised" License
316 stars 50 forks source link

Numbers starting with "," as the decimal delimiter (,89) parse as "89" #58

Open turulix opened 1 year ago

turulix commented 1 year ago

As stated in the title, if you have a number for example ",89" or ",89 €" it will be parsed as "89" instread of "0.89" which would be the correct value