Horizontal file concatenation
Open
Nobody has claimed this yet.
low priority
new command
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
is there a way to concatenate two files horizontally?
Starting from
field1,field2
0,a
1,b
3,a
and
field3,field4
0,a
1,b
3,a
obtain
field1,field2,field3,field4
0,a,0,a
1,b,1,b
3,a,3,a
Thank you
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
No source files, tests, or entry points are named. Start by locating the existing command-line concatenation or join functionality, then compare its behavior with the two CSV examples; done means a documented command produces the shown horizontally combined headers and rows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100