You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #45391 [Serializer] Ensuring end of line character apply with constructor settings in CSV encoder (bizley)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Serializer] Ensuring end of line character apply with constructor settings in CSV encoder
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
While providing END_OF_LINE different than `\n` through constructor, context value was still used which ended in error if not present in context.
Commits
-------
e831aa7 [Serializer] Ensuring end of line character apply with constructor settings in CSV encoder
0 commit comments