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

Add 'strip' option to process whitespace filled data #13

Open
ivbeg opened this issue Aug 6, 2022 · 0 comments
Open

Add 'strip' option to process whitespace filled data #13

ivbeg opened this issue Aug 6, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ivbeg
Copy link
Collaborator

ivbeg commented Aug 6, 2022

Sometimes exported CSV files include whitespace before or after values for clearer formatting and fitting into fixed space data fields.
White space should be removed automatically using the strip() function. To enable or disable it add an option '--strip' to the command line and parameter strip to the python library. By default don't strip.

Example
in_libs2.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant