Create CSV as byte array
Creates a CSV file from a DataReader or DataTable and returns the result as a byte array.
Properties
Name | Type | Description |
---|---|---|
Title | Required | |
Source | Required | Select the source for data. |
Header row | ||
Column delimiter | Default | Default is coma. |
Row delimiter | Default | Default is \r\n. |
Quote character | Default | Default is double quote("). |
Quote all fields | ||
Date format | Default | Default is dd.MM.yyyy. |
Number decimal separator | Default | Default is (.). |
Result variable name | Optional | |
Description | Optional |