Skip to content

Instantly share code, notes, and snippets.

@leoluz
Created August 23, 2013 12:29
Show Gist options
  • Save leoluz/6318789 to your computer and use it in GitHub Desktop.
Save leoluz/6318789 to your computer and use it in GitHub Desktop.
pricerow impex
$catalogVersion=catalogVersion(catalog(id[default='electronicsProductCatalog']),version[default='Online'])[unique=true,default='electronicsProductCatalog:Online']
INSERT_UPDATE PriceRow;$catalogVersion;unit(code);price;currency(isocode)[unique=true];channel(code)[unique=true];product(code,$catalogVersion)[unique=true]
;;pieces;20.00;USD;;107701
;;pieces;12.34;USD;"mobile";107701
;;pieces;15.00;USD;"desktop";107701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment