source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/PREPARE-IMPORT.sh@ 33188

Last change on this file since 33188 was 33188, checked in by davidb, 5 years ago

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

  • Property svn:executable set to *
File size: 432 bytes
Line 
1#!/bin/bash
2
3
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 TracBrowser for help on using the repository browser.