PIM systems like Akeneo, Pimcore, Salsify, and inRiver don't import human-readable labels like "Solid Oak" or "Navy Blue." They expect internal attribute option codes like material_solid_oak or color_navy_blue. FeedPrep's PIM code export bridges this gap.

External Codes on Approved Values

In FeedPrep, each approved value in your value mapping can have an external code assigned to it. This code corresponds to the attribute option code in your PIM system.

Approved Value (Display Label)External CodeUsed By
Solid Oakmaterial_solid_oakAkeneo, Pimcore
Navy Bluecolor_navy_blueAkeneo, Pimcore
Stainless Steelmaterial_ssAkeneo, Pimcore
XLsize_xlAkeneo, Pimcore
Cottonmaterial_cottonAkeneo, Pimcore

You set external codes once per approved value. They are then available across all export configurations that use PIM code mode.

Export Modes for Select and Multiselect Values

When exporting select or multiselect attributes, FeedPrep gives you three modes to control what appears in the output:

Code Only

Exports the external code instead of the display label. This is what most PIM imports expect.

ColumnOutput
materialmaterial_solid_oak
colorcolor_navy_blue

Display Label Only

Exports the human-readable approved value. This is the default behavior and is appropriate for webshops, marketplaces, and human review.

ColumnOutput
materialSolid Oak
colorNavy Blue

Both (Separate Columns)

Exports both the code and the label in separate columns. Useful when your import process needs both, or when you want the label alongside the code for reference.

materialmaterial_codecolorcolor_code
Solid Oakmaterial_solid_oakNavy Bluecolor_navy_blue

Measurement Export Modes

Measurement attributes (weight, width, height, etc.) can be exported in two ways:

Combined (Default)

The numeric value and unit are combined into a single field:

ColumnOutput
weight1.85 kg
width450 mm
height90 cm

Split (Separate Columns)

The numeric value and unit are exported as two separate columns. This is the format most PIM systems require for measurement attributes:

weightweight_unitwidthwidth_unit
1.85KILOGRAM450MILLIMETER

The unit labels in split mode match standard PIM conventions (e.g., KILOGRAM, GRAM, MILLIMETER, CENTIMETER).

Ideal For

By maintaining external codes in FeedPrep alongside your display labels, you can serve both human-readable destinations (webshops) and code-based destinations (PIMs) from the same normalized data.

PIM-Ready Exports in One Click

Map your display labels to PIM codes once and export perfectly formatted data every time.

Start Free Trial