Conversion to Database File
Converts various data file formats to the database file format.
ArcGIS Reference
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.