activescott/lessmsi

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

Open

#45 建立於 2014年12月9日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C# (189 fork)auto 404
enhancementgood first issuehelp wanted

倉庫指標

Star
 (1,746 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南