Exporting/Importing Discounts

This import allows you to quickly import discounts. This can help get you up and running in Fishbowl if you have these values already available in a spreadsheet. It will be necessary to restart your Fishbowl Client in order to see discounts updated/created via an import.

Formatting the Data

You use 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.

Each row of data should look like this:

Name, Description, Type, Amount, Percentage, Taxable, IncomeAccount, ExpenseAccount, Active


There must be a header row detailing which columns have been specified so we know which columns were entered.

All fields will be one of two types:

CSV Fields Used to Import Discounts

Column Name Type Description
Name Text
(31 chars)
The name of the Discount to create or update. Required
Description Text
(256 chars)
The description of the discount.
Type Text The discount type. It must be one of the following: "Amount" or "Percentage". Required
Amount Numeric When Type is set to "Amount" this represents the dollar amount discount.
Percentage Numeric The percent to use for the discount.
Taxable Text Specifies whether the discount is taxable or not. The value should be "TRUE" or "FALSE".
IncomeAccount Text The name of the account to use when a discount is used for Income.
ExpenseAccount Text The name of the account to use when a discount is used as an Expense.
Active Text Specifies whether the discount is active or not. The value should be "TRUE" or "FALSE".

Format of the CSV file

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.

When exporting to CSV format, make sure to verify the following: