Usage - lgeorgieff/csv-processor GitHub Wiki

Usage

  1. You can download the pre-compiled binary file (DLL) and add it as a reference to a particular project.
  2. Or you can download the source code (CsvProcessor) and add the project to your solution (you must set this project as a reference project for a particular project).
  3. Define an XML configuration file
  4. Define and register your all required generic operations
  5. Instantiate a CSV.Job.Job instance with the path of your XML configuration file
  6. To start the CSV processing and request the results invoke job.Results