-
I recently upgraded from CsvHelper 2.16.3 to 4.0.0. Since the upgrade, records written to a CSV file no longer have a line ending. Before the upgrade, they had a CrLf line ending, like:
![image](ht…
ghost updated
7 years ago
-
When I try to export to a CSV I get an error `Object of class DateTime could not be converted to string`. That's because we return an object and not a string: https://github.com/concrete5/concrete5/bl…
-
hey nick,
we've been using survey_drive.py to do another overall count of everything we've got on HDDs and servers, and I noticed the script seems to fail when it encounters improperly formed bags.…
-
I just got my project to compile with CsvHelper 4.0, and I think I've found a problem with WriteHeader.
```
class CsvHelperTestData
{
public string TestStringData { get; set; }
public int Tes…
-
The following test shows how negative number are prepended with whitespace characters
Worked in RC03
```
[TestClass]
public sealed class IntegerTests
{
private sealed class S…
-
I'm using CsvHelper in the generation of a lot of test data for an external system and noticed a few things in CsvHelper itself that could be changed to improve the performance. I see the CsvHelper.Pe…
-
Hi,
My app exports CSV files to the iCloud Drive.
The user should be able to import the exported CSV files right back into the app.
Unfortunately the reimporting doesn't work. My app is not sho…
-
### How to Reproduce
Go to the molgenis114.gcc.rug.nl select "Admin --> Settings" and copy the menu JSON.
Go to your own molgenis instance and copy the menu JSON in the "Admin --> Settings --> Menu"…
-
-
I'm trying to use a CsvWriter to update certain fields in existing records within the file.
I can't find a way to do this and the documentation isn't explicit - is this a supported use case?