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

Fix newlines in all csvs #319

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Fix newlines in all csvs #319

merged 1 commit into from
Dec 16, 2022

Conversation

jayb
Copy link
Contributor

@jayb jayb commented Dec 16, 2022

Fixed with:

find . -name '*.csv' -exec file '{}' \; | grep 'CR line terminators' | cut -d ':' -f1 | xargs mac2unix

per the comment in #287.

@jayb jayb merged commit c32cd43 into master Dec 16, 2022
@jayb jayb deleted the newlines branch December 16, 2022 18:56
This pull request was closed.
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.

1 participant