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

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

Bound and Unbound CSV files changed to pring out all non-empty header columns

  • Property svn:executable set to *
File size: 491 bytes
RevLine 
[33029]1#!/bin/bash
2
3
[33188]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"
[33192]7python prepare/xls-to-sanitized-csv.py \
8 "import/Archaeological report PDFs 20190620.xlsx" \
[33202]9 "for-download/Archaeological-Reports-20190620.csv"
[33188]10
11echo "Generating PDF-Bound and Unbound CSV files for use in import.pl"
12python prepare/xls-to-csv.py "import/Archaeological report PDFs 20190620.xlsx"
13
14
Note: See TracBrowser for help on using the repository browser.