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

Wishlist : import percent or currency formatted data #1147

Open
Pascal-ascii opened this issue Nov 24, 2024 · 0 comments
Open

Wishlist : import percent or currency formatted data #1147

Pascal-ascii opened this issue Nov 24, 2024 · 0 comments

Comments

@Pascal-ascii
Copy link

As for dateformat, it would be nice to be able to define currency or percent format and to import columns directly as float values instead of strings.

For example
if specified currency="$", "$100" would import as 100
if specified currency="€", "90€"' would import as 90
if specified percent="%", "50 %" would import as 50

An alternative could be to just be able to ignore characters or substrings:

For example;
if specified ignore="CHF", a column containing "70.00 CHF" would be considered as 70.00 and imported as Float 70.

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