From f96d1557594e6547c15e6f776901be7df89df546 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 6 Oct 2018 09:24:16 +0300 Subject: CSV export: include unquoted quotable fields Turns out that the initial quoting implementation discarded the fields without quoting. This one ensures we should be getting also that data exported. Signed-off-by: Miika Turkia --- xslt/xml2manualcsv.xslt | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) (limited to 'xslt/xml2manualcsv.xslt') diff --git a/xslt/xml2manualcsv.xslt b/xslt/xml2manualcsv.xslt index d16cf8399..b2de440f9 100644 --- a/xslt/xml2manualcsv.xslt +++ b/xslt/xml2manualcsv.xslt @@ -219,6 +219,7 @@ + " @@ -336,6 +337,7 @@ + " @@ -345,6 +347,7 @@ + " @@ -354,6 +357,7 @@ + " @@ -363,6 +367,7 @@ + " @@ -370,22 +375,29 @@ + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2