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

Last change on this file since 33202 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
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 \
8 "import/Archaeological report PDFs 20190620.xlsx" \
9 "for-download/Archaeological-Reports-20190620.csv"
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.