Skip to main content

Convert CSV to array.

POST 

/convert/csv/array

Convert CSV to array.

Request

Header Parameters

    ipaas string

Bodyrequired

    csvstringrequired

    The CSV string that will be parsed.

    omitFirstRowboolean

    Whether to omit the first row. Default is false.

    delimiterstringrequired

    The delimiter by which the rows will be split.

Responses

Success

Schema
    arrayarray[]required

    The array of rows, where each row is an array of fields.