标签: powershell
是否可以将HTML表格转换为powershell csv?
我不认为有一种原生的方法可以通过powershell做到这一点,如果其他人做了类似的事情并想分享代码我会非常感激。
该表的一个示例是http://pastebin.com/8pb7J97x
答案 0 :(得分:0)
http://poshcode.org/561
Parse-HtmlTable -url 'https://dl.dropboxusercontent.com/u/14500910/tempfile.html' -tableNumber 2