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

Parse and utilize CSV delimiter characters advertised by the data file #2

Open
nugget opened this issue Dec 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@nugget
Copy link
Owner

nugget commented Dec 27, 2024

The top section of each Road Trip CSV data file contains a block that advertises the file's version, language, and CSV delimiter values. We currently do not parse or utilize the delimiter values embedded in the data file, and instead have hard-coded them in the implementation.

We should be extracting this information from the file and using the supplied characters instead of hard-coded values.

My unconfined guess is that the two characters are the delimiter for CSV parsing, and the decimal delimiter for number values.

Example file header:

ROAD TRIP CSV ",."
Version,Language
1500,en
@nugget nugget added the enhancement New feature or request label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant