mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
add a few more parser unit test, disable clang12 workflow
This commit is contained in:
@@ -226,7 +226,7 @@ Empty lines can be ignored by defining **ss::ignore_empty** within the setup par
|
||||
```cpp
|
||||
ss::parser<ss::ignore_empty> p{file_name};
|
||||
```
|
||||
If this setup option is not set then reading an empty line will result in an error (unless only one column is present within the parser).
|
||||
If this setup option is not set then reading an empty line will result in an error (unless only one column is present within the csv).
|
||||
|
||||
### Quoting
|
||||
Quoting can be enabled by defining **ss::quote** within the setup parameters. A single character can be defined as the quoting character, for example to use **"** as a quoting character:
|
||||
|
||||
Reference in New Issue
Block a user