I have a list: ['1','2','3'] and want to convert it to 1,2,3 i.e. no brackets or quotation marks.
",".join(lst)
will do it, but that's not really csv (would need escaping and such).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With