Combine
Combines multiple database files into a single database file.
ArcGIS Reference
Parameters
- input database files
- The input database files.
- combine type
- The way in which to combine the database files.
- output database file
- The output database file that contains all the input data.
- detect data types
- An optional mode that automatically changes the data types in a column based on the values it contains. This mode is usueful if the data will be processed further using mathmatical operations.
Code Reference
- uiDBFmerge.dbfmerge(ifile1, ifile2, ofile)
Creates a single DBF file that contains both input DBF files.
Arguments : - ifile1
The first input DBF file.
- ifile2
The second input DBF file.
- ofile
The output DBF file.