This import gives you the ability to do a mass import of Custom Field data information. Make sure that if the Custom Fields use any Custom Lists that the Custom List import is done first. You must create a 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 text types:
| Column Name | Type | Description |
| ModuleName | Text Option | The name of the object that the custom field will be associated to. Valid options are:
Required |
| FieldName | Text (41 chars) |
The name of the Custom Field to be created or modified. Required |
| RecordData | Text Option | The specific record for the specified module. Valid options are:
Required |
| Data | Text | The data value for the custom field. Required |
In order to import your data, you must first export it to a comma separated values (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.