samuelmr / nordpool-node

A npm library to get information from nordic power market (Nord Pool, ELSPOT)
MIT License
55 stars 12 forks source link

Large values (price) regex bugfix #3

Closed LaStrada closed 6 years ago

LaStrada commented 6 years ago

How to reproduce:

Set date to 2018-03-01 and area to Tr.heim. value: "2 454,31" This will be returned as 2.

I changed the regex to also strip away spaces. Added test to validate this change.

samuelmr commented 6 years ago

Great, thanks a lot!