From b5d3476b0ba881699c604a3d97c5801b8bb99a08 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 4 Dec 2013 15:19:28 -0800 Subject: Allow comma separated CSV files The separator selector in the CSV import dialog was unused. This passes the value into the xslt and adds ',' as possible value. I'm sure this could be done much better (pass the actual character instead of the index), but I couldn't get that to work and this does seem to do the trick. Also added a test dive to test this feature. Fixes #321 Signed-off-by: Dirk Hohndel --- xslt/csv2xml.xslt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'xslt') diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index fda0b6724..7ddbda92d 100644 --- a/xslt/csv2xml.xslt +++ b/xslt/csv2xml.xslt @@ -11,11 +11,17 @@ + - + + + + , + + -- cgit v1.2.3-70-g09d2