Skip to content
Amogh Madan edited this page Jul 11, 2023 · 2 revisions

Help

How to run the command?

Help me I am stuck?

Table2XSV -h
  • The command should tell you how to get list of all sub-commands.
  • Which will be csv, excel, mysql, neo4j and sqlite.
  • You can also use -h flag with the sub-commands. Like: Table2XSV csv -h

How to use csv?

Table2XSV csv <PATH_TO_XSV_FILE>.xsv

How to use excel?

Table2XSV excel <PATH_TO_EXCEL_FILE>.xlsx
  • Optionally you can provide -S flag to specify the sheet.

How to use MySQL?

Table2XSV mysql <username> <query>
  • You can optionally pass -H for host and -p for port.

How to use Neo4j?

Table2XSV neo4j <username> <query>
  • You can optionally pass -H for host and -p for port.

How to use SQLite?

Table2XSV sqlite <PATH_TO_SQLITE_FILE> <query>
Clone this wiki locally