はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
7
アクティビティ
14.7k
要約
要約
A custom activity which takes HTML as input and returns a DataTable in case you have TR and TD in your HTML.
概要
概要
This activity takes input a HTML Code as string. We can specify in the Boolean flag whether or not we want to add header. i.e. to treat first row as Header in case is not present.
Note: TH will always be treated as header even if we specify Add Header as false.
The Output is an array of DataTable.
Use cases:
機能
機能
This activity can come in handy in a variety of use cases, for example for converting HTML Tables into DataTables: e.g. if you have tables in your Outlook mail, we can read Outlook mail as HTML and pass it to this activity. It will return the array of DataTable for all .
その他の情報
その他の情報
依存関係
Macros: Page Properties, Status
コード言語
C#, Visual Basic
ランタイム
クロスプラットフォーム (.NET 5.0 以上)