source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/prepare/02-CONVERT-XLSX-TO-CSV.sh@ 37222

Last change on this file since 37222 was 37222, checked in by davidb, 15 months ago

Expansion and rearrangement of PREPARE scripts

  • Property svn:executable set to *
File size: 291 bytes
Line 
1#!/bin/bash
2
3
4./xlsx-to-csv.py
5
6if [ $? != 0 ] ; then
7 echo ""
8 echo "Failed to run Python script:"
9 echo " (1) Are you using the Greenstone3's self-contained Python3?"
10 echo " (2) Have you install the Python module openpyxl with:"
11 echo " pip install openpyxl"
12fi
13
14
Note: See TracBrowser for help on using the repository browser.