Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 445 Bytes

CSV Merge

Inner Merges notes in a note csv file

Usage:

  python main.py run <csv_file> <compare_methods>
  python main.py list-comparators
 
Options:
  run               runs the merger
  csv_file          the file to inner merge
  compare_methods   the methods to check wether notes should be merged, comma seperated list
                    typically: MatchNote,MatchEndIsStart
  list-comparators  lists available compare methods