Suggestion: Support for Different Delimiters
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- cli
Research direction
Start by locating the readCSV function and the command-line handling behind the documented npm start invocation. Add delimiter selection for comma, tab, and semicolon inputs, then update the documentation with the new argument and verify that generated SQL uses the selected delimiter.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- TypeScript
- Stars
- 120
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Getting set up
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from gitdagray/csv-to-sql-insert
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
gitdagray/csv-to-sql-insert#66 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
gitdagray/csv-to-sql-insert#87 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
gitdagray/csv-to-sql-insert#74 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
All issues in gitdagray/csv-to-sql-insert
Similar issues
-
check:passed streams:add
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Fission-AI/OpenSpec#1986 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
nestjs/docs.nestjs.com#3554 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
publicodes/publicodes#868 ·
-
namespace operations
Difficulty 1/5 Under an hour Newbie friendliness 78/100
EclipseFdn/open-vsx.org#13488 ·
Maintainers usually reply within 2 days