Property | Type | Description | |
---|---|---|---|
NeedsHeader | bool | ||
Writer |
Method | Description | |
---|---|---|
WriterInfo ( |
Create the info and initialize the fields.
|
|
WriterInfo ( string filePath, bool append, bool namedColumns ) : System |
Create the info and initialize the fields.
|
public WriterInfo ( |
||
writer | The writer to write CSV data to. | |
needsHeader | bool | Whether we should write a header line (I.E. false if /// there is already data there or we already wrote one). |
return | System |
public WriterInfo ( string filePath, bool append, bool namedColumns ) : System | ||
filePath | string | The path to the CSV file. |
append | bool | True to append to an existing file, false to replace it. |
namedColumns | bool | Are we using named columns or numerical indexes. |
return | System |