DenverCoder1/table2ascii
View on GitHub[Feature Request] Support Merge.UP similar to Merge.LEFT
Open
#104 opened on May 16, 2023
enhancementhelp wanted
Repository metrics
- Stars
- (75 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
+-----+---+---+---+---+-----+
| ID | Config | Oth |
+ +---+---+---+---+ |
| | A | B | C | D | |
+-----+---+---+---+---+-----+
| 0x0 | 2 | 0 | 0 | 4 | 3 |
| 0x1 | 0 | 0 | 0 | 0 | 4 |
| 0x2 | 0 | 2 | 0 | 1 | 5 |
+-----+---+---+---+---+-----+
Merge.LEFT allows us to let "Config" have multiple columns. Merge.UP will allow us to let "ID", "Oth" have multiple rows.