Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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 The following applies to both methods of processing CSV processing require the followingfiles:

  • 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:

 

Standard CSV Processing

CSV Batch Processing