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

Suggestion: Support for Different Delimiters #83

Open
walid1508 opened this issue Jul 27, 2024 · 0 comments
Open

Suggestion: Support for Different Delimiters #83

walid1508 opened this issue Jul 27, 2024 · 0 comments

Comments

@walid1508
Copy link

The current script reads CSV files using a comma (,) as the default delimiter. I propose adding the ability to specify different delimiters (e.g., tab, semicolon) via a command-line argument or a configuration file.

Implementation Details:

  • Add a command-line argument to specify the delimiter (e.g., npm start YourFileName --delimiter=;).
  • Modify the readCSV function to use this delimiter when processing CSV files.
  • Update the documentation to explain how to use this new feature.

I would be happy to contribute to this enhancement and submit a PR if this proposal is accepted. Thank you in advance for your consideration.

@walid1508 walid1508 reopened this Jul 27, 2024
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

No branches or pull requests

1 participant