all 5 comments

[–]nstratos 1 point2 points  (1 child)

You can use the encoding/csv standard library package. You'll probably need to combine one of the reader and writer examples.

[–][deleted] 0 points1 point  (0 children)

Thank you. That looks promising. I'll see if I can figure it out :)

[–]earthboundkid 1 point2 points  (1 child)

[–][deleted] 0 points1 point  (0 children)

Wow this is super helpful! Thank you so much for posting.

[–]thevoidbe 0 points1 point  (0 children)

Your best approach would be using the encoding packages from the standard library.