ParseCsvFlowRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |