diff --git a/plugins/FeedsCSVParser.inc b/plugins/FeedsCSVParser.inc
index eb03be542d5b0bcf0e695eaf93948b86cc37f4cb..04d79b6764b71e03319c07cb11153bee7baab768 100644
--- a/plugins/FeedsCSVParser.inc
+++ b/plugins/FeedsCSVParser.inc
@@ -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) {