helloasso-paheko-adapter/sync_csv.sh

8 lines
303 B
Bash
Raw Normal View History

2024-01-21 13:37:30 +00:00
#!/usr/bin/sh
xlsx2csv -n "Adhérents PAPIER" /warmd/etoiledebethleem/copyparty/adhesions/nouvelles_adhesions.xlsx \
2024-01-21 13:37:30 +00:00
| sed ':a;N;$!ba;s/\(Champ complémentaire [0-9]\)\n/\1 /g' \
| sed 's/Champ complémentaire \([0-9]\)/CC \1/g' \
| target/release/paheko_helloasso_adapter_rs --source csv
2024-01-21 13:37:30 +00:00