Skip to content

Instantly share code, notes, and snippets.

@MihailoJoksimovic
Created April 23, 2013 09:08
Show Gist options
  • Save MihailoJoksimovic/5442023 to your computer and use it in GitHub Desktop.
Save MihailoJoksimovic/5442023 to your computer and use it in GitHub Desktop.
<materialToArticleConversion>
<!-- Maps Material Entity properties to Article Entitiy properties -->
<conversionMap>
<property>
<materialEntity>article_short_text</materialEntity>
<articleEntity>description_short</articleEntity>
</property>
<property>
<materialEntity>article_description</materialEntity>
<articleEntity>description_long</articleEntity>
</property>
<property>
<materialEntity>ean_number</materialEntity>
<articleEntity>ean</articleEntity>
</property>
<property>
<materialEntity>keywords</materialEntity>
<articleEntity>keywords</articleEntity>
</property>
<property>
<materialEntity>notification_amount</materialEntity>
<articleEntity>quantity_min</articleEntity>
</property>
</conversionMap>
</materialToArticleConversion>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment