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

quantity field thousand separator parsing issue (when not all columns are used) #19

Closed
Grauzunas opened this issue Jul 1, 2017 · 2 comments
Labels

Comments

@Grauzunas
Copy link

with eve columns: name/quantity/volume/est price

Fullerite-C72 8 898 17 796 m3 65 797 506,72 ISK

is 'invalid format' for eve prisal

removing gap in 8898 becomes readable format e.g.:
Fullerite-C72 8898 17 796 m3 65 797 506,72 ISK

with eve columns: name/quantity/category/volume/est price
Fullerite-C72 8 898 Celestial 17 796 m3 65 797 506,72 ISK
it is parsed but with 'The heuristic parser was used to parse this result. ' message

@sudorandom sudorandom added the bug label Jul 1, 2017
@sudorandom
Copy link
Contributor

For documentation purposes, this it what is coming in that isn't working

Fullerite-C72\t8\u00a0898\t17\u00a0796 m3\t65\u00a0797\u00a0506,72 ISK

@Grauzunas
Copy link
Author

to add more to this issue:
seems eve online is using operating system's thousand separator.
issue is reproducible only if separator is set to "space" which happened to be default for my native language.
changing thousands separator to dot "." for operating systems resolves this issue (on windows it can be changed under regional language and locale settings, via additional settings)

sudorandom added a commit that referenced this issue Feb 28, 2018
Also fixes go 10.0 incompat issue and blocking when restarting during appraisal reaping

Resolves issues #57, #55, #51, #49, #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants