Overview
Helium provides two methods for processing CSV files. Both these method parse the provided files according the the CSV headers provided in the file and the DSL objects that are used to store the result of CSV processing.
Both methods of CSV processing require the following:
- A DSL object to be used as a result object to store the processing result for a row of the CSV file. The attributes of this DSL object should match the header values of the CSV file with the following exceptions:
0 Comments