Automatically join multi tables by the same columns (like JOIN Function in SQL), and generate statistics info.
- Multiple tables input | 支持输入多个表
- Multiple formats support | 支持多种表格格式(Excel, txt, csv)
- Auto-detect separators | 可自动识别表格分隔符(空格,逗号,竖线,tab)
- Join tables by the same columns by default | 默认根据多个表中的相同列合并
- Outer Join by default | 默认采用 Outer Join
- Generate statistics for each table by default | 默认输出每一个表每一列的统计信息(方便对比)