comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartExportHelper.java @ 7045:1f6c0915a58d

issue971: Use ";" as CSV separator also in ChartExportHelper, with the effect that CSVs requested from diagram gui also contain it.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 18 Sep 2013 14:15:14 +0200
parents af13ceeba52a
children 50b9959330de
comparison
equal deleted inserted replaced
7036:e25ef8376c14 7045:1f6c0915a58d
73 * Constant field to define UTF-8 as default encoding. 73 * Constant field to define UTF-8 as default encoding.
74 */ 74 */
75 public static final String DEFAULT_ENCODING = "UTF-8"; 75 public static final String DEFAULT_ENCODING = "UTF-8";
76 76
77 /** The default separator for the CSV export. */ 77 /** The default separator for the CSV export. */
78 public static final char DEFAULT_CSV_SEPARATOR = ','; 78 public static final char DEFAULT_CSV_SEPARATOR = ';';
79 79
80 80
81 /** 81 /**
82 * Logger used for logging with log4j. 82 * Logger used for logging with log4j.
83 */ 83 */

http://dive4elements.wald.intevation.org