dataReader - 23.1

Spectrum Global Geocoding Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Geo Addressing > Global Geocoding
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Global Geocoding Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-10
Published on
2024-09-10T01:25:02.872726

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"
    }
  }