Skip to main content
Skip table of contents

convertCSVtoTable

This procedure transforms a comma-separated string or a flat array of string into a recordset containing the array items.

Parameters

ParameterDescription
delimitedListObjects as a comma-separated list or array of string; mandatory

Attributes

Attribute

Type

item

string

Example

SQL
CALL "UTILS.convertCSVtoTable"( 
	"delimitedList" => ARRAY('John', 'Paul', 'George', 'Ringo') 
);;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.