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 automated CSV EOL test utility #5

Merged
merged 4 commits into from
Dec 11, 2024
Merged

Add automated CSV EOL test utility #5

merged 4 commits into from
Dec 11, 2024

Conversation

kspurgin
Copy link
Collaborator

Generates brief test CSV files with various permutations of EOL characters. Reports results of validation and row count by this library, as well as whether the Ruby CSV library can parse the data.

To use:

cd util
ruby csv_testing.rb

At 3.2, standardrb begins enforcing use of anonymous positional
arguments forwarding, which breaks the code for any older Ruby
versions, such as 2.5 to 3.1 in our CI test matrix.
@kspurgin kspurgin merged commit 6eeba10 into main Dec 11, 2024
35 checks passed
@kspurgin kspurgin deleted the csv-testing branch December 11, 2024 00:47
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