Installation

NuGet

You can use the NuGet package to install TinyCsvParser. Run the following command in the Package Manager Console.

PM> Install-Package TinyCsvParser
SHELL> dotnet add package TinyCsvParser

Sources

TinyCsvParser is an open source project and has no external dependencies. So you can also include the project into your solution and build it directly from source.

You can clone the repository using the following git command.

git clone https://github.com/bytefish/TinyCsvParser