We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1423f5 commit 55a42aaCopy full SHA for 55a42aa
1 file changed
agate/csv_py3.py
@@ -10,7 +10,7 @@
10
11
from agate.exceptions import FieldSizeLimitError
12
13
-POSSIBLE_DELIMITERS = [',', '\t', ';', ':', '|']
+POSSIBLE_DELIMITERS = [',', '\t', ';', ' ', ':', '|']
14
15
16
class Reader(six.Iterator):
0 commit comments