ITR13 / WsvDotNet

Minimalistic whitespace separated value reader and writer for .net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WsvDotNet

About the project

Minimalistic reader and writer for the Whitespace Separated Values format. To read more about the format, check out @Stenway's WSV documentation, or their Videos on the topic of table formats.

NB: This implementation ignores comments! Might add comment support in the future, but wanted it as simple as possible for now.

Usage

To use, simply copy either WsvReader.cs or WsvWriter.cs into your project, and call .Read or .Write on them. WsvReader takes a text span, so for strings you need to call .AsSpan() first.

About

Minimalistic whitespace separated value reader and writer for .net


Languages

Language:C# 100.0%