Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 848 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 848 Bytes

Multi_Tables_Join

Automatically join multi tables by the same columns (like JOIN Function in SQL), and generate statistics info.

Features

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

Preview