Exporting/Importing Associated Pricing Information

Fishbowl has two features that are closely tied together: the ability to export Associated Pricing information and the ability to import that same type of data. You could use the Export feature to create a file containing your Associated Pricing information. You could then send that file to a franchise who could Import it into their version of Fishbowl updating their Associated Pricing information. An Import will update any Associated Pricings having the same name as those in the import file.

When importing, it assumes that Associated Pricing Type and the Product ID are unique which is not enforced by Fishbowl. This means that when importing, the first Associated Pricing / Product ID definition whose name matches AssocPriceType and ProductID will be the one that is updated. All subsequent imports with the same AssocPriceType and ProductID will be modified with the later data.

Formatting the Data

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.

When the Associated Pricing data is Exported it will be formatted according to the table below. If you are Importing the data file must be formatted according to the table below.

All fields will be one of two types:

Fields of an Associated Pricing file.

Column Name Type Description
ProductNum Text The Product Number of the product to add the Associated Pricing to.
AssocPriceType Text Name of the Associated Pricing Type to Apply to the Product.
Price Numeric The Price to add to the Product for the Associated Pricing Type.

All columns must exist. The file must contain column names in the first row, using the column names in the table above.