このプロシージャは、カンマ区切りの文字列または文字列のフラット配列を、配列項目を含むレコードセットに変換します。
Parameters
Parameter | Description |
|---|---|
| Objects as a comma-separated list or array of string; mandatory |
Attributes
Attribute | Type |
|---|---|
| string |
Example
CALL "UTILS.convertCSVtoTable"( "delimitedList" => ARRAY('John', 'Paul', 'George', 'Ringo') );;