activescott/lessmsi

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

Open

#45 opened on 2014年12月9日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (189 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,746 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド