The DatasetFromCSV action creates a record from a CSV string (character string) that can be transferred to other actions.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
EDITOR |
CSV |
Specifies the CSV string to be converted. |
|
TEXT |
Delimiter |
Specifies the separator for the values in the CSV string. |
Return
|
Type |
Description |
|---|---|
|
DATASET |
Returns a record with the values from the CSV string. |