| Overload | Description |
|---|---|
| AppendToCsvFile<T>(T,String) | Append to a CSV file. For the first item passed it will create the header if OutputHeader is true. |
| AppendToCsvFile<T>(T,String,List<String>) | Append to a CSV file. For the first item passed it will create the header if OutputHeader is true. |