Tomaž Jerman
|
1ab7ccc508
|
Improve CSV & JSON decoders for larger datasets
The built in buffer had a strange interaction with the CSV library.
Changed both decoders for consistency.
|
2021-05-05 13:47:15 +02:00 |
|
Tomaž Jerman
|
d70916705d
|
Post testing Envoy tweaks
* ComposeRecord encoding with reference to self,
* improved ComposeRecord reference handling,
* tweaked Select ComposeModuleField validation.
|
2021-04-06 23:28:08 +02:00 |
|
Tomaž Jerman
|
26e4832d5c
|
Improve the Envoy package
- Add support for store decoding
- add support for yaml, csv, jsonl encoding
- refactor, cleanup
|
2021-02-24 15:57:44 +01:00 |
|
Tomaž Jerman
|
e32db506f2
|
Fix record import via some CSV files
Some CSV files failed to detect as text/csv so the import failed.
ref: https://github.com/gabriel-vasile/mimetype/issues/138
|
2021-01-25 18:05:24 +01:00 |
|
Tomaž Jerman
|
851a9a7e11
|
Tweak content type determination for resource decoders
|
2020-11-27 18:59:25 +01:00 |
|
Tomaž Jerman
|
21b11198ef
|
Extend shaping integration tests for jsonl
|
2020-11-27 11:19:16 +01:00 |
|