Skip to main content
Skip table of contents

parsePropertiesString

This procedure converts a comma-separated list of key-value pairs divided by an equals sign ('=') into a key-value table.

Parameters

ParameterDescription
propertiesA comma-separated string of properties in a key-value format; mandatory

Attributes

Attribute

Type

Description

name

string

Property name

value

string

Property value

Example

SQL
CALL UTILS.parsePropertiesString(
    properties => 'item1=10,item2=20'
);; 

This call returns the following:

UTILS.parsePropertiesString procedure available since v4.5

JavaScript errors detected

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

If this problem persists, please contact our support.