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

Added method to clean input csv of NBSP unicode chars #16

Closed
wants to merge 2 commits into from

Conversation

smjmoj
Copy link

@smjmoj smjmoj commented Dec 29, 2023

The CSV file gets copied and pasted, into and out of Slack. While we would not recoomend this, it happened. This addition strips thos characters from the input csv and writes a clean file.

The CSV file gets copied and pasted, into and out of Slack. While we would not recoomend this, it happened.
This addition strips thos characters from the input csv and writes a clean file.
@smjmoj smjmoj requested a review from a team as a code owner December 29, 2023 09:38
@jamesgreen-moj
Copy link
Contributor

This was a more efficient way to achieve this prior to the original solution. However we agreed that not best practice to write to a file, thus we opted for this newer solution: #17

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

Successfully merging this pull request may close these issues.

2 participants