[PATCH 1 of 2] issue971: Change CSV column separator to "; " for Exports, client-side change follows
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 18 12:15:01 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1379499873 -7200
# Node ID e61bb712ee41d47f339965ae5b6236e24f264ea9
# Parent 069acf3cf45e7f19bb235d9c44a92f046a675f36
issue971: Change CSV column separator to ";" for Exports, client-side change follows.
diff -r 069acf3cf45e -r e61bb712ee41 artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java Tue Sep 17 15:34:28 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java Wed Sep 18 12:24:33 2013 +0200
@@ -60,7 +60,7 @@
public static final String DEFAULT_CSV_CHARSET = "UTF-8";
/** The default separator for the CSV export. */
- public static final char DEFAULT_CSV_SEPARATOR = ',';
+ public static final char DEFAULT_CSV_SEPARATOR = ';';
/** XPath that points to the desired export facet. */
public static final String XPATH_FACET = "/art:action/@art:type";
More information about the Dive4elements-commits
mailing list