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

Parse floats using $, symbol instead of $. #7

Closed
jmari opened this issue Apr 24, 2018 · 3 comments
Closed

Parse floats using $, symbol instead of $. #7

jmari opened this issue Apr 24, 2018 · 3 comments

Comments

@jmari
Copy link

jmari commented Apr 24, 2018

In R you can change the floating point character $. by other character using
read.csv("file.csv",dec=",")
I think it is useful. You should add a decimal: aChar method to NeoCSVReader and change NeoNumberParser to be able to parse float numbers separated by the assigned "decimal point" character.

@jmari jmari closed this as completed Apr 25, 2018
@svenvc
Copy link
Owner

svenvc commented Apr 25, 2018

Hi,

Why are you closing this issue ?

Sven

@jmari
Copy link
Author

jmari commented Apr 25, 2018 via email

@svenvc
Copy link
Owner

svenvc commented Apr 25, 2018

Ah, OK, you are right

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

2 participants