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

Changes and refactoring to work with the new (XLSX) spreadsheet shared through OneDrive

File:
1 edited

Legend:

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

    r33029 r33188  
    22
    33
    4 python prepare/xls-to-csv.py import/Report\ spreadsheet\ for\ website\ Feb\ 2019.xls
     4#python prepare/xls-to-csv.py import/Report\ spreadsheet\ for\ website\ Feb\ 2019.xls
     5
     6echo "Generating sanitized CSV version of spreadsheet suitable for download through DL"
     7python prepare/xls-to-sanitized-csv.py "import/Archaeological report PDFs 20190620.xlsx"
     8
     9echo "Generating PDF-Bound and Unbound CSV files for use in import.pl"
     10python prepare/xls-to-csv.py "import/Archaeological report PDFs 20190620.xlsx"
     11
     12
Note: See TracChangeset for help on using the changeset viewer.