dataReader

This set of build time properties defines the dataset’s data reader property. The properties are:

  • tab: This property indicates the reader is a TAB file reader.

    The following properties are subordinate to the property above.

    • TABFile: This property identifies the TAB file. It nests under the tab property.
    • inputPath: This property indicates the path to the custom source data. For the tab property, this is the complete file path.

Example

"dataReader": {
	"Comments": "Mapping for input file path and TAB file name."
    "tab" : {
      "inputPath" : "<InputTabFileFolder>/AUT_TAB",
      "TABFile" : "AT_scheme_dummy_sample1"
    }
  }