Skip to content

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

License

Notifications You must be signed in to change notification settings

Fabian918/CsvPortable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: