Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 740 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 740 Bytes

CsvPortable

Simple, open & free Csv mapper libary for C# .NET Core

Core Features

  • easy Serialization and Deserialization of C# Objects
  • Objects that contain Objects are supported
  • Stream support for easy Integration

Getting Started

Add the Package:

via IDE: alt text

via terminal:

dotnet add package CSVPortable

manual:

  • add
  <ItemGroup>
      <PackageReference       Include="CSVPortable" Version="0.3.1" />
    </ItemGroup>

to the .csproj file.

Code: