You can download the pre-compiled binary file (DLL) and add it as a reference to a particular project.
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).
Define an XML configuration file
Define and register your all required generic operations
Instantiate a CSV.Job.Job instance with the path of your XML configuration file
To start the CSV processing and request the results invoke job.Results