This commit is contained in:
2023-10-23 11:12:58 +02:00
parent a952563e8c
commit 0a59d2b4b5
7 changed files with 1134 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ OCTPDBA-662
This script will be used to run a query on every pharmacies and store the output in a CSV file
There will be 1 file per pharmacy generated by the script.
The CSV are overwritten on each execution of the script.
The CSV are NOT overwritten on each execution of the script. If a CSV exists, the export is considered done and we go to the next machine.
Each execution of the script starts from the 1st array $target entry.
If $create_concatenated is true, a file containing all the pharmacies will be create d at the end of the script.