Functions Utility

CsvToArray

CsvToArray

The CsvToArray() function converts a block of Csv formatted data to an Array.

Syntax


CsvToArray (Csv Input, Csv Mapping)

Csv Input Csv data used as input
Xml Mapping How to map the data to an array

Note:

Input parameters can consist of Quintessence functions. This includes functions that return ranges in cases where a parameter value can be a range.

Examples


Example – Convert Csv data to an Array

Note:

How your system administrator configured Quintessence determines which function parameters are required. In most implementations, administrators configure functions so that certain parameters default to specific values when left blank.

Example 1. Convert Csv data to an Array


Back to top