Using the Utility to Validate all TAB Files in a Folder - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

Description

This process generates a log of the validity of all TAB files in a folder. The output of this utility will contain the TAB file name, record id of the geometry that is not valid, and the reason why the geometry is not valid.

Usage

ValidateGeometryUtility [-tabFilesFolderPath <tabFilesFolderPath>] [-logFilePath <logFilePath>]

Parameters

To validate a single TAB file, use the following options:

Parameter Required Description
-logFilePath <logFilePath> no Path and file name to the validity log. If specified, all validity information will be logged to this file, otherwise the information will be output to the console.
-tabFilesFolderPath <tabFilesFolderPath> yes Path of the directory containing the TAB files to validate.

Example

This request will validate all of the TAB files in the C:/temp directory and generate a report in the log.txt file.

ValidateGeometryUtility.bat -tabFilesFolderPath=C:/temp -logFilePath=C:/temp/log.txt