CsvToList

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > Rest >

CsvToList

Service

Rest

 

Method

CsvToList

 

Description

Converts a CSV string in a list of object.

 

Input

Name

Description

Type

Optional

csv

A string containing data in CSV format.

String

 

simpleList

If true, all fields are added to the returned list, ignoring row separators; if false, each object in the returned list is in turn a List, that is, each object contains a row, that contains n fields.

Defaults to false.

Boolean

 

csvDelimiter

A string containing the field delimiter.

Defaults to ‘,’.

String

 

csvFieldsNotEnclosedInQuotes

True if no field is enclosed in quotes.

Defaults to false.

Boolean

 

Output

Name

Description

Type

Optional

returnValue

A List of object

Arrayvalue