activescott/lessmsi

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

Open

#45 geöffnet am 9. Dez. 2014

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (189 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (1.746 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide