From 803623042ce4844735e327510521c8a9ed0efa20 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 23 Jan 2014 20:33:41 +0200 Subject: Fix importing CSV files with empty values Empty values included the rest of the line in the value, instead of leaving it empty. This patch leaves empty values empty. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/csv2xml.xslt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xslt') diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index eb4c8761e..ee8b7556e 100644 --- a/xslt/csv2xml.xslt +++ b/xslt/csv2xml.xslt @@ -194,7 +194,9 @@ - + + + -- cgit v1.2.3-70-g09d2