Skip to content

Commit

Permalink
Merge branch 'main' into ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Jan 18, 2025
2 parents 46381d0 + c2e7cd9 commit 5c9955a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,11 +897,8 @@ Separator/delimiter is set to semi-colon `;` (default for Sep)

## Limitations and Constraints
Sep is designed to be minimal and fast. As such, it has some limitations and
constraints, since these are not needed for the initial intended usage:
constraints:

* Automatic escaping and unescaping quotes is not supported. Use
[`Trim`](https://learn.microsoft.com/en-us/dotnet/api/system.memoryextensions.trim)
extension method to remove surrounding quotes, for example.
* Comments `#` are not directly supported. You can skip a row by:
```csharp
foreach (var row in reader)
Expand All @@ -914,8 +911,6 @@ constraints, since these are not needed for the initial intended usage:
}
```
This does not allow skipping a header row starting with `#` though.
* `SepWriter` is not yet fully featured and one cannot skip writing a header
currently.

## Comparison Benchmarks
To investigate the performance of Sep it is compared to:
Expand Down

0 comments on commit 5c9955a

Please sign in to comment.