-
https://github.com/ryu1kn/csv-writer/pull/57 was merged a long time ago, but no new releases were made since.
Our project has been relying on a patch to get this fix for almost 3 years
I was looki…
-
In previous versions, `csv.Configuration.HasHeaderRecord = false;` would prevent a CsvWriter from printing a header.
In the current version, `csv.Context.Configuration.HasHeaderRecord = false;` no …
-
Hi
When i set
`settings.setQuoteAllFields(true);`
then all fields are quoted, this is logical, but can i set any settings NOT to apply quotes in empty or null fields?
For example, when i call
…
ghost updated
4 years ago
-
Moin!
Habe ein Problem bei der CSV: der Import "com.csvreader.CsvWriter;" wird bei mir als Error "The import com.csvreader cannot be resolved". Ich verstehe nicht, warum. Please help!
P.S.: Ich habe…
-
There are some unexpected behaviors when setting CsvWriter.NewLine to something "crazy".
While this value is (obviously) meant to be either \r\n or \n to support different OS new line conventions, s…
-
Right now `MarshalChan` takes a `chan interface{}`. However this means that if you have a typed-chan you need to copy all the elements to a new in order to pass them to this function.
If `MarshalCh…
-
I didn't actually hit a stackoverflow exception after running this code for like an hour. I assume eventually it will occur. Something is causing a circular dependency. I spent some trying to debug wi…
-
Generating CSV files dynamically is a common use case for VirtualDownloadView.
Perhaps a generic view could provide base scenario.
-
Would it be possible to replace null values with 0 ?
It would be the equivalent of the following code from pandas python lib
```
df = pd.DataFrame.from_records(result)
df = df.fillna(0)
```
-
**Describe the bug**
I am implementing an output of results to a CSV file where the code is being modelled off of a pre-existing implementation; The biggest difference with this implementation is t…
bhehe updated
11 months ago