Simple, open & free Csv mapper libary for C# .NET Core
- easy Serialization and Deserialization of C# Objects
- Objects that contain Objects are supported
- Stream support for easy Integration
via terminal:
dotnet add package CSVPortable
manual:
- add
<ItemGroup>
<PackageReference Include="CSVPortable" Version="0.3.1" />
</ItemGroup>
to the .csproj
file.