Switch badge scan output to use comma separator
authorMagnus Hagander <magnus@hagander.net>
Fri, 15 Dec 2023 13:22:37 +0000 (14:22 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 15 Dec 2023 13:23:54 +0000 (14:23 +0100)
commit086517579e6b33ed7d96b16a309dcbea88e8438c
tree2e0506c93d30cb620c441d80c45a39a3be41c9a1
parentd5e5e0bf99e4394627d2016339b71ba7080771d6
Switch badge scan output to use comma separator

We used semicolon separator to need less quoting, but it seems Excel
can't handle multiline strings in this case (google docs and libreoffice
both work, but badge scanning consumers are much more likely to use
Excel). This switches it to plain "excel dialect" in the python csv
module, which hopefully would be compatible with excel.
postgresqleu/confsponsor/scanning.py