Skip to content

dept-info-iut-dijon/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Utils

Set of classes to manage CSV File, in C#, .NET

  • DataTable is a row data structure, containing strings. It may have header (field names) or not
  • CSVLoader can load CSV file with several separators caracters, quoted values (with severeal quote caracters) and put into a DataTable
  • CSVWriter can write CSV file from a DataTable structure from a DataTable

Design (class diagram, state diagram...) is a file in Visual Paradigm 17.1 format

Execution platform

Library is on .NET class library format Coded in C#, .NET 6.0. No other dependancies May be used on any .NET 6 platform (Windows, macOS, Linux, Android...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages