csv icon indicating copy to clipboard operation
csv copied to clipboard

Really simple csv library

Results 13 csv issues
Sort by recently updated
recently updated
newest added

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 - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](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...

no-issue-activity

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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](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` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/MSTest.TestAdapter/4.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MSTest.TestAdapter/4.0.1/4.0.2?slim=true) | | [MSTest.TestFramework](https://redirect.github.com/microsoft/testfx) |...