Ignore:
Timestamp:
2019-06-22T10:44:47+12:00 (5 years ago)
Author:
davidb
Message:

More carefully control where the sanitized CSV file is generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/PREPARE-IMPORT.sh

    r33188 r33192  
    55
    66echo "Generating sanitized CSV version of spreadsheet suitable for download through DL"
    7 python prepare/xls-to-sanitized-csv.py "import/Archaeological report PDFs 20190620.xlsx"
     7python prepare/xls-to-sanitized-csv.py \
     8  "import/Archaeological report PDFs 20190620.xlsx" \
     9  "for-download/Archaeological-Reports-20190620.xlsx"
    810
    911echo "Generating PDF-Bound and Unbound CSV files for use in import.pl"
Note: See TracChangeset for help on using the changeset viewer.