资 源 简 介
Order-preserving merging of multiple data tables
mergedata is a generic program for merging data tables with row and column headers into a single data table. mergedata makes no assumptions on the order nor overlap of the data in the input data tables. However, rows and columns in the merged table appear in the input order:
(e.g. column- and row order in ABC is different than in CBA although the data contents are the same).
Usage
Given input tables A.tsv
A1 A2 A3 A4 A5f1 f1A1 f1A2 f1A3 f1A4 f1A5f2 f2A1 f2A2 f2A3 f2A4 f2A5
and B.tsv:
B1 A3 A2 B2f3 f3B1 f3A3 f3A2 f3B2f4 f4B1 f4A3 f4A2 f4B2
merging them can be performed in various ways, here are few examples
文 件 列 表
src
keyring.hpp~
keyring.hpp
mergedata.cpp~
keyring.cpp~
argparse.hpp
datamap.cpp
datamap.cpp~
datamap.hpp~
keyring.cpp
mergedata.cpp
datamap.hpp
errno.hpp
bin
mergedata
test
.gitignore
test
run_tests.cpp
keyring_test.hpp
run_tests.cpp~
datamap_test.hpp
keyring_test.hpp~
datamap_test.hpp~
A2by5.tsv
B2by4.tsv
Makefile
make_win32.bat
make_win64.bat