7 lines
303 B
Bash
Executable file
7 lines
303 B
Bash
Executable file
#!/usr/bin/sh
|
|
|
|
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' \
|
|
| target/release/paheko_helloasso_adapter_rs --source csv
|
|
|