Skip to content

Suggestion: Support for Different Delimiters #83

Description

@walid1508

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions