Ignore:
Timestamp:
2019-07-25T15:57:28+12:00 (5 years ago)
Author:
davidb
Message:

Code tidy-up and change of input/output filenanme

File:
1 edited

Legend:

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

    r33248 r33360  
    11#!/bin/bash
    2 
    3 
    4 #python prepare/xls-to-csv.py import/Report\ spreadsheet\ for\ website\ Feb\ 2019.xls
    52
    63if [ ! -d for-download ] ; then
     
    118echo "Generating sanitized CSV version of spreadsheet suitable for download through DL"
    129python prepare/xls-to-sanitized-csv.py \
    13   "import/Archaeological report PDFs 20190620.xlsx" \
    14   "for-download/Archaeological-Reports-20190620.csv"
     10  "import/Archaeological-report-PDFs-2019-07-24.xls" \
     11  "for-download/Archaeological-Reports-24-July-2019.csv"
    1512
    1613echo "Generating PDF-Bound and Unbound CSV files for use in import.pl"
    17 python prepare/xls-to-csv.py "import/Archaeological report PDFs 20190620.xlsx"
     14python prepare/xls-to-csv.py "import/Archaeological-report-PDFs-2019-07-24.xls"
    1815
    1916
Note: See TracChangeset for help on using the changeset viewer.