csv
csv copied to clipboard
Really simple csv library
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/stevehansen/csv). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | `17.6.0` -> `17.9.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This csv row: ``` "Normal,\"quoted with nested \"double\" quotes, and comma at the end,\",normal 3,normal 4,normal 5" ``` will count 2 columns instead of 5. Note, there is a nested...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.6.0` -> `17.11.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
From CsvWriter.cs ` var cell = data[i]; // add "?? string.empty" `
💡 What: Added `capacity` parameter to `CsvLineSplitter.Split` and passed `headers.Length` from `CsvReader`. 🎯 Why: To avoid unnecessary internal array resizing in `List` during CSV parsing. 📊 Impact: Reduces memory allocations...
💡 What: Update CsvLineSplitter to accept an initial capacity for the List used to store split values, and update CsvReader to pass the header count (if available) as the capacity....
I'm using the "csv" package on a UTF-8 file with double quotes as cell separators. I'm using two double quotes ("") to escape the double quotes (") character. Version 2.0.170...
💡 What: Updated `CsvLineSplitter.Split` to accept an optional `capacity` parameter and used it to initialize the `List`. Updated `CsvReader` to pass `headers.Length` as the capacity when reading lines. 🎯 Why:...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [MSTest.TestAdapter](https://redirect.github.com/microsoft/testfx) | `4.0.1` -> `4.0.2` |  |  | | [MSTest.TestFramework](https://redirect.github.com/microsoft/testfx) |...