comparison artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java @ 7035:e61bb712ee41

issue971: Change CSV column separator to ";" for Exports, client-side change follows.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 18 Sep 2013 12:24:33 +0200
parents 1b35b2ddfc28
children 3c7471b929d1
comparison
equal deleted inserted replaced
7032:069acf3cf45e 7035:e61bb712ee41
58 58
59 /** The default charset for the CSV export. */ 59 /** The default charset for the CSV export. */
60 public static final String DEFAULT_CSV_CHARSET = "UTF-8"; 60 public static final String DEFAULT_CSV_CHARSET = "UTF-8";
61 61
62 /** The default separator for the CSV export. */ 62 /** The default separator for the CSV export. */
63 public static final char DEFAULT_CSV_SEPARATOR = ','; 63 public static final char DEFAULT_CSV_SEPARATOR = ';';
64 64
65 /** XPath that points to the desired export facet. */ 65 /** XPath that points to the desired export facet. */
66 public static final String XPATH_FACET = "/art:action/@art:type"; 66 public static final String XPATH_FACET = "/art:action/@art:type";
67 67
68 /** The document of the incoming out() request. */ 68 /** The document of the incoming out() request. */

http://dive4elements.wald.intevation.org