Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codecs) csv encoding quoting bug (#18320)
* added additional csv configuration options found potential bug on writing lines with quoted fields * implemented suggestions of pront * added configurable QuotingStyle and made problematic quoted tests pass for now * switched to defaults by serde * refactor csv codec to use low level csv-core to fix missing closing quote bug * fixed typo * use field iterator to count written filds instead of manual counter * moved internal_buffer into CsvSerializer to not recreated with every call to encode() * improoved comments * implemented suggestions * cleanup * refactored test * low level csv writer api refactor * Revert "low level csv writer api refactor" This reverts commit c730d58. * some more cleanup * generate-component-docs
- Loading branch information