diff --git a/sync_csv.sh b/sync_csv.sh index c8332f0..6108450 100755 --- a/sync_csv.sh +++ b/sync_csv.sh @@ -1,7 +1,7 @@ #!/usr/bin/sh -xlsx2csv -n "Adhérents PAPIER" /warmd/etoiledebethleem/copyparty/adhesions/wip_matthieu_b.xlsx \ +xlsx2csv -n "Adhérents PAPIER" /warmd/etoiledebethleem/copyparty/adhesions/nouvelles_adhesions.xlsx \ | sed ':a;N;$!ba;s/\(Champ complémentaire [0-9]\)\n/\1 /g' \ | sed 's/Champ complémentaire \([0-9]\)/CC \1/g' \ - | cargo run -- --source csv + | target/release/paheko_helloasso_adapter_rs --source csv