Skip to content

RKGman/csv-column-inserter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-column-inserter

C# WPF Application for Inserting a Column in a CSV.

The application defaults to using the file name as the value of the new column.

Currently the application only inserts to the last column.

This is primarily for demonstration of knowledge on MVVM Design, Object-Oriented Design, and C# Style Documentation.

I am always open to ideas and suggestions.

Desired features (plan moving forward):

  1. Specifying the column index where to insert.
  2. Verification and insertion progress bar (useful for larger files).
  3. Options for inserting values? (For example: Enumeration) <- Perhaps it can accept a query of some sort?

About

C# WPF Application for Inserting a Column in a CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages