max-mapper / max-mapper/csv-join
Joining on same row name
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Hey :)
When joining two CSV on a key with the same name, e.g. name, then this module creates two keys name and name-1. Since they are both the same, I think dropping name-1 would be appropriate in this case.
Also maybe the API could just allow specifying one name, like:
csv-join <source> <target> <column>
Best,
Finn
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at the csv-join command's join-key handling and argument parsing; no source files or tests are named in the issue. Reproduce joining two CSVs on a same-named key such as name, then determine whether completion means removing the duplicate name-1 key, adding the shorter command form, or both.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100