ParseCsvFlowRequest Class

Definition

ParseCsvFlowRequest

public class ParseCsvFlowRequest
type ParseCsvFlowRequest = class
Public Class ParseCsvFlowRequest
Inheritance
ParseCsvFlowRequest

Constructors

Name Description
ParseCsvFlowRequest()

Properties

Name Description
ContentOfCSVDocument

Content of CSV document

Delimiter

Delimiter of columns (by default it is just comma)

Headers

Comma separated list of headers in the same order as CSV columns

Limit

Returns the first "n" rows

Locale

The locale that will be applyed to the document

SkipFirstLine

Select "Yes" if your CSV has headers as a first line.

Applies to