Tele Atlas MultiNet Interchange Format Reader
FME can read data in the TELEATLASCSV format.
Tele Atlas MultiNet Interchange Format Product and System Requirements
Format |
FME Platform |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Form |
FME Flow |
FME Flow Hosted |
Windows 64-bit |
Linux |
Mac |
Reader |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Overview
TeleAtlas MultiNet Interchange format data consists of two components:
- date file
- schema definition file
This pair of files represents a TELEATLASCSV dataset. Unlike plain CSV files, this format facilitates the description of composite structures, where multiple values are aggregated to form a single element. The schema definition file describes the structure of composite elements and maps attribute names to the values in the data file.
The data component of a dataset uses the .csv filename extension, and the schema definition component of a dataset uses the .def filename extension. A TELEATLASCSV dataset is opened by choosing the .def file as the input file. The reader will implicitly open a file with the same base name, but with the .csv extension.
If the corresponding .csv file is not present in the same folder as the .def file, the reader will fail.
Reader Overview
The TELEATLASCSV reader module produces an FME feature for each line in each data file.