2024-01-21 13:37:30 +00:00
|
|
|
#!/usr/bin/sh
|
|
|
|
|
2024-03-06 10:35:38 +00:00
|
|
|
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' \
|
2024-03-06 10:35:38 +00:00
|
|
|
| target/release/paheko_helloasso_adapter_rs --source csv
|
2024-01-21 13:37:30 +00:00
|
|
|
|