Class ExcelToJson

java.lang.Object
com.semedy.reasoner.app.ExcelToJson

public class ExcelToJson extends Object
translates csv files to raw files header file looks as following <property name>:<range of property> Ranges can be String,Number,Boolean If Range is specified as None, the property is skipped fields which are key fields are marked with a * Range can be skipped if range is a string
  • Constructor Details

    • ExcelToJson

      public ExcelToJson()
  • Method Details