-
In 5.4, the public setter and config option for PDO fetch mode was removed, and defaults to `PDO::FETCH_OBJ`. The only global way to change this is to now rely on events, which adds the following bagg…
-
In my project i want to convert many different classes to CSV. So I used your project but now I got a question because I want to use automapping and this do what it should do exept it comes to a array…
-
A number of the libraries we rely on have changed their APIs recently, including OpenCSV, RoaringBitmaps, FastUtil, and commons.lang3. The current list of warnings is below:
/Users/larrywhite/Id…
-
I understand fixed width files are not necessarily CSV files... Can CsvHelper add support for fixed width files?
http://www.softinterface.com/Convert-XLS/Features/Fixed-Width-Text-File-Definition.h…
-
After an upgrade, on *some* of our files we had breaking changes because file headers suddenly have a postfixed "1".
After writing unit tests and investigating a bit, we found out this is caused by…
-
Hey guys,
could you please provide a sample how to write and use such a Routehandler (#129 )?
I try to return a csv file, but in the outcome \n\r are encoded as a string and no more as a new line.…
Bjego updated
6 years ago
-
As I see now it's possible to set '\u0000' as quote character both on read and write side. On read side it's ending up in skipping the quotes (feature turned off because it never finds such character)…
-
# Impacted versions
* Distribution: Debian 9.3
* Arch: 64 Bits
* Database: PostgreSQL
# Steps to reproduce
1) do a fresh install of modoboa==1.10.5.dev8+gf604aacb on a fresh debian 9.3
2) …
-
I have a CSV that uses Yes/No instead of True/False for booleans. I have configured the reader as such, which seemed to most efficient way and work great:
'// Change default convert…
-
It would be helpful if the _CsvReader_ class would support the _encoding_ parameter like the _FileReader_ class does. Most of our files are encoded as _cp1252_ with German umlauts. Therefore, they can…