Your normalized data uses your internal attribute names — color, weight, material. But each destination system expects its own column names. FeedPrep's export column mapping lets you translate your canonical attributes into whatever the target system requires, without changing your source data.

How It Works

Each export configuration includes an optional column mapping. This mapping defines which source attributes to include in the export and what name each one should have in the output file.

Your AttributeShopify ExportAkeneo ExportGoogle Merchant Export
nameTitlename-en_USg:title
descriptionBody (HTML)description-en_USg:description
priceVariant Priceprice-EURg:price
colorOption1 Valuecolorg:color
weightVariant Gramsweightg:shipping_weight
skuVariant SKUskug:id

The same normalized data, three completely different output structures. Each export config maintains its own column mapping independently.

Field Transforms on Export

Sometimes a destination needs more than just a renamed column — it needs the value in a different format. FeedPrep supports field-level transforms that are applied during export without modifying your source data:

Transforms are configured per column per export. For example, your Shopify export can apply kg_to_grams to the weight column and html_wrap to the description, while your Akeneo export sends the same data untransformed.

Multiple Export Configs per Feed

A single feed can have as many export configurations as you need. This is the key to a "normalize once, export everywhere" workflow:

Each configuration stores its own format, column mapping, field transforms, and row filters. Changing one export never affects the others.

Setting Up a Column Mapping

  1. Go to your feed's Exports tab
  2. Create a new export configuration or edit an existing one
  3. In the Column Mapping section, add entries for each attribute you want to include
  4. For each entry, select the source attribute and type the target column name
  5. Optionally add a field transform
  6. Attributes not included in the mapping are excluded from the export

If you leave the column mapping empty, FeedPrep exports all attributes using their canonical names.

One Feed, Every Destination

Map your columns once per destination and FeedPrep handles the rest on every export.

Start Free Trial