Changeset 37584


Ignore:
Timestamp:
2023-03-28T12:31:18+13:00 (13 months ago)
Author:
anupama
Message:

the fiels are now xlsx not xls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/heritage-nz-dl/trunk/sites/hnz/collect/pdf-reports/PREPARE-IMPORT.sh

    r34090 r37584  
    88echo "Generating sanitized CSV version of spreadsheet suitable for download through DL"
    99python prepare/xls-to-sanitized-csv.py \
    10   "import/Archaeological-report-PDFs-2020-02-26.xls" \
    11   "for-download/Archaeological-Reports-26-Feb-2020.csv"
     10  "import/Archaeological-report-PDFs-2023-03-27.xlsx" \
     11  "for-download/Archaeological-Reports-27-Mar-2023.csv"
    1212
    1313echo "Generating PDF-Bound and Unbound CSV files for use in import.pl"
    14 python prepare/xls-to-csv.py "import/Archaeological-report-PDFs-2020-02-26.xls"
     14python prepare/xls-to-csv.py "import/Archaeological-report-PDFs-2023-03-27.xlsx"
    1515
    1616
Note: See TracChangeset for help on using the changeset viewer.