Import PersonalGDB
Instructions for use
This tool is used to import ArcGIS Personal GeoDatabase (.mdb) files. During import, it supports selecting one or multiple datasets from the \.mdb folder for import, achieving efficient migration and integration of spatial data.
Parameter description
| Parameter Name | parameter interpretation | parameter type |
|---|---|---|
| select file | Enter the path where the Import PersonalGDBVector File is located. | String |
| Character Set | Select the character set type of the file to be imported, default is UTF-8. | Charset |
| import data | In the import data list, you can select existing data import from the select file, default imports all data. It also supports directly entering the data name from the file in the dataset name column of the table to specify the data to import. | String |
| result datasource | The data source where the result dataset is located. | Datasource |
| result dataset | Specified resulting dataset name. | String |
| Group | Supports importing data into a specified group; if no group is selected, data is imported under the data source. | String |
| encode type | Specify the encoding type of the dataset to be generated. | EncodeType |
| import schema | Set the import mode when there are datasets with the same name. | ImportMode |
| import null dataset | Check this checkbox; if the import dataset is an empty dataset, it will import an empty dataset with no objects by default. Otherwise, the program will prompt that the import failed. | Boolean |
| create spatial index | Set whether to create a spatial index for the import dataset; default is checked. If checked, it will create a spatial index for the dataset according to the index type supported by the dataset, which can improve the efficiency of spatial query and access. | Boolean |
| Import 3D Dataset | If checked, it retains the Z value from the source data after import, importing a 3D dataset; if not checked, 3D data is imported as 2D data. Default is checked. | Boolean |
Output Result
| Parameter Name | parameter interpretation | parameter type |
|---|---|---|
| result dataset | result dataset | DatasetVector |