From bdecafc86a7c03d818283df2ca132373a9b888d9 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Wed, 15 Jan 2014 18:47:22 +0200 Subject: Use timeField variable on CSV import We want to skip duplicate lines on CSV import. For this we need to use time field, that is not necessarily the first field of the input. This patch uses the configured time field instead of first one. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/csv2xml.xslt | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index 87d494f30..5c524f668 100644 --- a/xslt/csv2xml.xslt +++ b/xslt/csv2xml.xslt @@ -34,7 +34,7 @@ - + @@ -48,10 +48,27 @@ - - - - + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2