Commits


Jânio authored and GitHub committed c170af41ba0
GH-39552: [Go] inclusion of option to use replacer when creating csv strings with go library (#39576) Rationale for this change Make it possible to remove unwanted characters from strings What changes are included in this PR? Add new function to optionally setup a replacer in csv Writer Write method Are these changes tested? Yes Are there any user-facing changes? Adds an optional methods. * Closes: #39552 Lead-authored-by: Jânio <janioprates@gmail.com> Co-authored-by: janiodev <janio.otoni@blip.ai> Signed-off-by: Matt Topol <zotthewizard@gmail.com>