Skip to content

Minimalistic whitespace separated value reader and writer for .net

Notifications You must be signed in to change notification settings

ITR13/WsvDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Languages