File details - currency.csv

Edit on GitHub

This document describes the currency.csv file to configure Currency information in your Spryker Demo Shop.

To import the file, run:

data:import:currency

Import file parameters

The file should have the following parameters:

| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | — | — | — | — | — | — | | iso_code | ✓ | String | | Currency ISO code.
For more details check ISO 4217 CURRENCY CODES. | | currency_symbol | ✓ | String | | Currency symbol. | | name | ✓ | String | | Currency name. |

Import file dependencies

This file has no dependencies.

Additional information

It is recommended to fill all three columns, when adding a new record, except if the “currency” being added is not an ISO standard currency (for example, system of points, or product/service exchange, etc.).

Default currency might be set up when setting up the store. Check here.

Import template file and content example

Find the template and an example of the file below:

FILE DESCRIPTION
currency.csv template Exemplary import file with headers only.
currency.csv Exemplary import file with Demo Shop data.