Package 

Class BlsImport

  • All Implemented Interfaces:
    edu.wgu.osmt.csv.CsvImport

    @Component() 
    public final class BlsImport
     implements CsvImport<BlsJobCode>
                        

    Import BLS codes in CSV format

    • @see <a href="https://www.bls.gov/soc/2018/#materials"></a>

    • download 2018 SOC Definitions in Excel format

    • convert Excel -> csv

    • see Imports instructions in api/README.md

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BlsImport()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Logger getLog()
      Class<BlsJobCode> getCsvRowClass()
      Unit handleRows(List<BlsJobCode> rows)
      • Methods inherited from class edu.wgu.osmt.csv.CsvImport

        processCsv
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait