Parse Dataset Row
行の各セルを列名に基づく個別の変数に展開します。
データテーブルParseDatasetRow
概要
行の各セルを列名に基づく個別の変数に展開します。
Expand a row's cells into individual variables named by column.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| DataTable name | variable | 必須 | Name of the DataTable variable. 例: data | |
| Row index | number | 必須 | 0-based row index. 例: 0 変数に対応 | |
| Variable name prefix | string | 任意 | Optional prefix added to each column variable name. |