From 209a793acf69d470c660f482b64266f7b5875549 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 16 Jan 2014 22:50:13 +0200 Subject: XSLT for parsing Sensus Ultra CSV export Sensus divides temperature in one or two fields (depending on locale), so it cannot be parsed with our generic CSV import XSLT. And e.g. depth is in millimeters. This supports only importing of single dive at a time. Multiple dives would be in same file with first column being dive number. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/sensuscsv.xslt | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 xslt/sensuscsv.xslt (limited to 'xslt') diff --git a/xslt/sensuscsv.xslt b/xslt/sensuscsv.xslt new file mode 100644 index 000000000..f94eb7374 --- /dev/null +++ b/xslt/sensuscsv.xslt @@ -0,0 +1,200 @@ + + + + + + + + + + + + + ; + , + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2