Skip to content
Snippets Groups Projects
Commit 56088650 authored by brinn's avatar brinn
Browse files

[BIS-347] Improvements to dynamically generated graphs: make ',' the default separator.

SVN: 28481
parent 142c542a
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ public class TabularDataGraphCollectionConfiguration implements ICsvFileReaderCo
{
comment = '#';
this.columnDelimiter = PropertyUtils.getChar(properties, SEPARATOR_PROPERTY_KEY, ';');
this.columnDelimiter = PropertyUtils.getChar(properties, SEPARATOR_PROPERTY_KEY, ',');
this.ignoreComments =
PropertyUtils.getBoolean(properties, IGNORE_COMMENTS_PROPERTY_KEY, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment