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.
2 parents c666f2d + c3f14be commit 2711166Copy full SHA for 2711166
README.md
@@ -84,6 +84,11 @@ The following options are available to suit your needs:
84
These options could be passed to the `open` and `save` methods, be set using the `options` method, or be set as the
85
global default using the static `defaults` method.
86
87
+The delimiter can be detected for a file by using the `detectDelimiter` method like this:
88
+```
89
+CsvCollection::detectDelimiter($path);
90
91
+
92
#### Header
93
94
When using a header, lines will contain an associated array. Otherwise, lines will contain an indexed array.
0 commit comments