activescott/lessmsi

Add a command line option to dump all the tables to a destination directory.

Open

#45 aperta il 9 dic 2014

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (189 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (1746 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

At the moment, the lessmsi command line allows the dumping of a single table to stdout.

I would like a command line option to dump all the tables in the msi to a set of msi files in the specified directory (or an Excel file).

A possible command line might be: lessmsi t -csv <msi_name> <path_for_csv_files>

t : means table output -csv : use csv format

Guida contributor