Skip to content
Snippets Groups Projects
Commit e3f7a893 authored by msti's avatar msti Committed by Chris Leppanen
Browse files

Issue #1988970 by msti: FeedsCSV parser - download template should use the default delimiter

parent ecc18ab9
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ class FeedsCSVParser extends FeedsParser {
$sources[] = check_plain($mapping['source']);
}
}
$sep = ',';
$sep = $this->config['delimiter'];
$columns = array();
foreach (array_merge($uniques, $sources) as $col) {
if (strpos($col, $sep) !== FALSE) {
......
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