How would I go about parsing a CSV like file that uses "SPACE" as delimiter and other quirks.

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • CsvHelper

    Library to help reading and writing CSV files

  • Any good library out there which can do this? Some libraries like CSVHelper gave me error just flat out saying "White space is not allowed" (for delimiter).

  • Sylvan

    A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.

  • I maintain a CSV library, Sylvan.Data.Csv, that shouldn't have any issue parsing this. You'll need to explicitly specify that space (' ') is the delimiter.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts