Conversion to Database File

SOM Analyst

Conversion to Database File

Converts various data file formats to the database file format.

../../_images/tbxdbfH.png

ArcGIS Reference

../../_images/toXbase.png

Parameters

input data file
The input data file.
input file format
The input file format.
output database file
The output database file.
detect data types
An optional mode that automatically detects the data type in a column.

Code Reference

uiToXbase.toXbase(inName, inType, outName, detectTypes)

Creates a DBF file from the input file

Arguments :
inName

The input filename.

inType

The input file type.mro

outName

The ouput filename.

detectTypes

An optional mode that detects and sets the data types for each column in the output file.