[]
CSV streaming fashion parser
public class CSVStreamParser
| Name | Description |
|---|---|
| CSVStreamParser(bool, int, bool) | Constructor that takes three args |
| Name | Description |
|---|---|
| Columns | The column schema |
| ContainsHeaders | A boolean indicating whether the CSV contains headers or not. |
| Encoding | The encoding used by the file |
| HasNext | Whether has next page or not |
| MaxItems | The maximum number of items per page |
| TrimValues | A boolean indicating wheter to trim the field values or not. |
| Name | Description |
|---|---|
| Parse(Stream, Encoding) | The parsing method |
| Name | Description |
|---|---|
| OnItemFired | On Item Fired event |