Skip to main content
Skip table of contents

internal_expandProperties

You are looking at an older version of the documentation. The latest version is found here.

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

Parameters

ParameterDescription
propertiesComma-separated string of properties; mandatory

Attributes

Attribute

Type

Description

paramKey

string

Parameter key

paramValue

string

Parameter value

Example

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

This call returns the following:

JavaScript errors detected

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

If this problem persists, please contact our support.