apache / streampipes

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
https://streampipes.apache.org
Apache License 2.0
602 stars 176 forks source link

CsvFormat Decimal Support #530

Open dominikriemer opened 1 year ago

dominikriemer commented 1 year ago

If I create a FileSet with a CSV file that uses "," as decimal seperator instead of "." the CsvFormat does not recognize those values as numeric values and treats them as a string.

Imported from Jira STREAMPIPES-353. Original Jira may contain additional context. Reported by: bossenti.

akhileshappala commented 1 year ago

HI @dominikriemer I want to work on this issue, Can you please assign this to me?

bossenti commented 1 year ago

Hi @akhileshappala, Welcome at StreamPipes 🙌 In case you need anything to get started with, please feel free to approach us 🙂

akhileshappala commented 1 year ago

Sure, thanks for assigning. I will start working on this.