Versions Compared

Key

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

...

Then we simply load the CSV file that we have on HDFS into a structure we defined in-stream.  The CSVExcelStorage class is a lifesaver as you can see from the Java code SalaryReportBuilder we weren't able to simple tokenize the input based on finding a comma.

...