This import allows you to do a mass import of countries and states. Only new countries and states will be included. It will not update existing countries and states. You must have the CSV file formatted in a way that Fishbowl knows what to do with the data. This is easiest to do with a spreadsheet program.
All fields will be of one type:
| Column Name | Type | Description |
| CountryName | Text (64 chars) |
The name of the country. Required |
| CountryCode | Text (10 chars) |
The code for the country. Required |
| StateName | Text (30 chars) |
The name of the state. Required if importing a state |
| StateCode | Text (21 chars) |
The code for the state. Required if importing a state |
In order to import your data, you must first export it to a CSV text file. All major spreadsheet programs can export data in this format. If you do not know how to export your data to a CSV file, please refer to the documentation of your spreadsheet program.
When exporting to CSV format, make sure to verify the following: