Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not handle locale #112

Open
GordianDziwis opened this issue Jul 10, 2023 · 0 comments
Open

Does not handle locale #112

GordianDziwis opened this issue Jul 10, 2023 · 0 comments

Comments

@GordianDziwis
Copy link

When pushing a file with german locale (Uses , instead of . for decimal point). Numbers are parsed as Text.

"Kennziffer","Einheit","12.06.1994","13.06.1999","13.06.2004","07.06.2009","25.05.2014","26.05.2019"
"Wahlbeteiligung","%","57,957","41,84699","39,0107","41,86174","42,6241","61,59743"
"GRÜNE","%","10,16194","4,992445","12,1425","13,09138","12,38852","20,18807"

image

I have set the locale to german in the datapusher-plus Dockerfile:

# Set Locale
RUN locale-gen de_DE.UTF-8 en_US.UTF-8
ENV LANG=de_DE.UTF-8
ENV LANGUAGE=de_DE.UTF-8
ENV LC_ALL=de_DE.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant