Loading Address Fabric™ Data in MapInfo Pro - address_fabric_1 - Latest

Address Fabric™ Data Getting Started Guide

Product type
Data
Portfolio
Enrich
Product family
Enrich Addresses > World Addresses
Product
Address Fabric™ Data > Address Fabric™ Data
Version
Latest
Language
English
Product name
Address Fabric™
Title
Address Fabric™ Data Getting Started Guide
Copyright
2024
First publish date
2016
Last updated
2024-10-30
Published on
2024-10-30T05:31:19.561000

Address Fabric™ Data consists of a tab-delimited text file (address_fabric_usa.txt) to give users flexibility in managing tables and schemas in various database technologies.

Before Address Fabric™ Data can be loaded into MapInfo Pro (versions 15.0 and later), the data file must be associated with the header file:

  1. Open the MapBasic window in MapInfo Pro by clicking Home > Tool Windows > MapBasic
  2. Download this script, which will be used to create the table structure.
  3. Edit the script, changing the table name in the template to a recognizable name, such as us_address_fabric_header. Be sure to change all instances of the output path for the TAB file and table name:


  4. Copy the complete template text and paste it into the MapBasic window
  5. Select all text in the MapBasic window and press Enter. This will create a table containing only headers.
  6. In MapInfo Pro, click Home > Open > Table
  7. Set the value of Files of type: to Delimited ASCII (*.txt)
  8. Select the data text file (us_address_fabric.txt) and click Open
  9. Set the following parameters in the Delimited ASCII Information dialog –
    1. Select Other as the delimiter type and enter a pipe character ( | ) as the delimiter option
    2. Set the value of File Character Set: to Unicode UTF-8
    3. Leave the Use First Line for Column Titles option unchecked unless you are loading the nationwide file
    4. Click OK

    Note: There is no need to change the delimiter type – the Tab option is selected by default.

  10. The table will open without headers
  11. Append the data table to the blank header row table –
    1. Click Table > Append Rows
    2. Select the name of the data table from the Append Table dropdown
    3. Select the name of the header table from the to Table: dropdown
    4. Click OK
  12. Save the file once the append operation finishes. Data is now ready for use.