text stringlengths 107 15.4M |
|---|
datafield name:
Facebook
Parameter (Name | Type of data):
availability | filter, Blacklist_RO | filter
formula:
availability == false OR Blacklist_RO == false
|
datafield name:
title
Parameter (Name | Type of data):
brandName | text, productTitle | text, unitPricingMeasure | text
formula:
brandName+" "+ productTitle +" "+ unitPricingMeasure
|
datafield name:
availability
Parameter (Name | Type of data):
availability | text
formula:
replace(availability,"not in stock","out of stock")
|
datafield name:
image
Parameter (Name | Type of data):
image200 | text, image300 | text, image900 | text
formula:
if(image900 == " ",image300 OR image200, image900)
|
datafield name:
sale price
Parameter (Name | Type of data):
regPrice | text, salePrice | text
formula:
if(salePrice == "",regPrice,salePrice)
|
datafield name:
unitPrice
Parameter (Name | Type of data):
unitPrice | text
formula:
replace_regexp_list(unitPrice,"HUF", "", "/","Ft /", ".00", "")
|
datafield name:
discount_percentage
Parameter (Name | Type of data):
regular_price | number, sale_price | number
formula:
if(sale_price == 0, 0,round_mode ((1-sale_price / regular_price) *100, 0, "UP"))
|
datafield name:
gtin
Parameter (Name | Type of data):
gtin | text
formula:
if (len (gtin) == 0,"00000000000000", if(len(gtin) == 8, "00000"+gtin, if(len(gtin) == 9, "0000"+gtin, if(len(gtin) == 10, "000"+gtin, if(len(gtin) == 11, "00"+gtin, if(len(gtin) == 12, "0"+gtin, if(in_string(gtin,"|"), search_and_cut(gtin,"|"), gtin)))))))
|
datafield name:
Description_PT
Parameter (Name | Type of data):
brand | text, description | text, title | text, unitprice | text
formula:
if(description == "",brand + title + unitprice, description)
|
datafield name:
Category
Parameter (Name | Type of data):
Productcat0 | text, Subcategor1 | text, Subcategor2 | text
formula:
category( ">", // Separator Productcat0, // productCategory Subcategor1, // subCategoryOne Subcategor2 // subCategoryTwo )
|
datafield name:
image_PT
Parameter (Name | Type of data):
image1280 | text, image200 | text, image600 | text
formula:
if(image1280 == " ",image600 OR image200, image1280)
|
datafield name:
Availability
Parameter (Name | Type of data):
availability | text
formula:
in_string(availability,"out of stock")
|
datafield name:
Blacklist_PT
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "paul mitchell" OR lower(brand) == "hermès"
|
datafield name:
Main-Filter
Parameter (Name | Type of data):
availability | filter, Blacklist_PT | filter
formula:
availability == false OR Blacklist_PT == false
|
datafield name:
title
Parameter (Name | Type of data):
brandName | text, productTitle | text, unitPricingMeasure | text
formula:
brandName+" "+ productTitle +" "+ unitPricingMeasure
|
datafield name:
availability
Parameter (Name | Type of data):
availability | text
formula:
replace(availability,"not in stock","out of stock")
|
datafield name:
image
Parameter (Name | Type of data):
image200 | text, image300 | text, image900 | text
formula:
if(image900 == " ",image300 OR image200, image900)
|
datafield name:
sale price
Parameter (Name | Type of data):
regPrice | text, salePrice | text
formula:
if(salePrice == "",regPrice,salePrice)
|
datafield name:
unitPrice
Parameter (Name | Type of data):
unitPrice | text
formula:
replace_regexp_list(unitPrice,"HUF", "", "/","Ft /", ".00", "")
|
datafield name:
discount_percentage
Parameter (Name | Type of data):
regular_price | number, sale_price | number
formula:
if(sale_price == 0, 0,round_mode ((1-sale_price / regular_price) *100, 0, "UP"))
|
datafield name:
gtin
Parameter (Name | Type of data):
gtin | text
formula:
if (len (gtin) == 0,"00000000000000", if(len(gtin) == 8, "00000"+gtin, if(len(gtin) == 9, "0000"+gtin, if(len(gtin) == 10, "000"+gtin, if(len(gtin) == 11, "00"+gtin, if(len(gtin) == 12, "0"+gtin, if(in_string(gtin,"|"), search_and_cut(gtin,"|"), gtin)))))))
|
datafield name:
Description_SK
Parameter (Name | Type of data):
description | text, title | text
formula:
if(description == "",title,description)
|
datafield name:
image_SK
Parameter (Name | Type of data):
image150 | text, image300 | text, image900 | text
formula:
if(image900 == " ",image300 OR image150, image900)
|
datafield name:
Availability
Parameter (Name | Type of data):
availability | text
formula:
in_string(availability,"out of stock")
|
datafield name:
Blacklist_SK
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "hermès" OR lower(brand) == "byredo" OR lower(brand) == "la prairie"
|
datafield name:
Main-Filter
Parameter (Name | Type of data):
availability | filter, Blacklist_SK | filter
formula:
availability == false OR Blacklist_SK == false
|
datafield name:
title
Parameter (Name | Type of data):
brandName | text, productTitle | text, unitPricingMeasure | text
formula:
brandName+" "+ productTitle +" "+ unitPricingMeasure
|
datafield name:
availability
Parameter (Name | Type of data):
availability | text
formula:
replace(availability,"not in stock","out of stock")
|
datafield name:
image
Parameter (Name | Type of data):
image200 | text, image300 | text, image900 | text
formula:
if(image900 == " ",image300 OR image200, image900)
|
datafield name:
sale price
Parameter (Name | Type of data):
regPrice | text, salePrice | text
formula:
if(salePrice == "",regPrice,salePrice)
|
datafield name:
unitPrice
Parameter (Name | Type of data):
unitPrice | text
formula:
replace_regexp_list(unitPrice,"HUF", "", "/","Ft /", ".00", "")
|
datafield name:
discount_percentage
Parameter (Name | Type of data):
regular_price | number, sale_price | number
formula:
if(sale_price == 0, 0,round_mode ((1-sale_price / regular_price) *100, 0, "UP"))
|
datafield name:
gtin
Parameter (Name | Type of data):
gtin | text
formula:
if (len (gtin) == 0,"00000000000000", if(len(gtin) == 8, "00000"+gtin, if(len(gtin) == 9, "0000"+gtin, if(len(gtin) == 10, "000"+gtin, if(len(gtin) == 11, "00"+gtin, if(len(gtin) == 12, "0"+gtin, if(in_string(gtin,"|"), search_and_cut(gtin,"|"), gtin)))))))
|
datafield name:
Description_HR
Parameter (Name | Type of data):
brand | text, description | text, title | text
formula:
if(description == "",brand + " " + title, description)
|
datafield name:
sale_price_hrk
Parameter (Name | Type of data):
sale_price | number
formula:
round(sale_price *7.53450,2)
|
datafield name:
currency_hrk
Parameter (Name | Type of data):
reg_price | number
formula:
round(reg_price*7.53450,2)
|
datafield name:
reg_price_hrk
Parameter (Name | Type of data):
currency | text
formula:
currency + " "+ "kn"
|
datafield name:
sale_price_hrk_2
Parameter (Name | Type of data):
sale | text
formula:
sale + " " + "kn"
|
datafield name:
Availability
Parameter (Name | Type of data):
availability | text
formula:
in_string(availability,"out of stock")
|
datafield name:
Blacklist_HR
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "hermès"
|
datafield name:
Main-Filter
Parameter (Name | Type of data):
availability | filter, Blacklist_HR | filter, Category | filter
formula:
availability == false OR Blacklist_HR == false OR Category == false
|
datafield name:
Category
Parameter (Name | Type of data):
categories | text
formula:
categories == "Sex Toys"
|
datafield name:
Criteo
Parameter (Name | Type of data):
Blacklist | filter, Category | filter
formula:
Blacklist == false OR Category == false
|
datafield name:
Facebook
Parameter (Name | Type of data):
Blacklist_HR | filter, Category | filter
formula:
Blacklist_HR == false OR Category == false
|
datafield name:
descriprion_FR
Parameter (Name | Type of data):
description | text, title | text
formula:
if(description == "",title,description)
|
datafield name:
title_FR
Parameter (Name | Type of data):
NomProd | text, Title | text
formula:
if(NomProd == "",Title,NomProd)
|
datafield name:
price_FR
Parameter (Name | Type of data):
prix | text, prixbarre | text
formula:
if(prix == "",prixbarre,prix)
|
datafield name:
SKU
Parameter (Name | Type of data):
id | text
formula:
id+ "p"
|
datafield name:
availability
Parameter (Name | Type of data):
availability | text
formula:
if(availability == "En stock","in stock",availability)
|
datafield name:
link_FR
Parameter (Name | Type of data):
link | text
formula:
"https://www.nocibe.fr" + link
|
datafield name:
image_FR
Parameter (Name | Type of data):
image | text, image2 | text
formula:
if(image2 == " ",image,image2)
|
datafield name:
gender_FR
Parameter (Name | Type of data):
gender | text
formula:
case_in_string(gender,"Femme","female",if(gender == "Homme","male",if(gender == "Mixte","unisex",gender)))
|
datafield name:
id_FRmitP
Parameter (Name | Type of data):
id | text
formula:
"P"+id
|
datafield name:
Availability
Parameter (Name | Type of data):
availability | text
formula:
in_string(availability,"outOfStock")
|
datafield name:
Blacklist FR
Parameter (Name | Type of data):
brand | text
formula:
lower(brand) == "dior" OR lower(brand) == "chanel" OR lower(brand) == "hermès"
|
datafield name:
Main-Filter
Parameter (Name | Type of data):
availability | filter, Blacklist_FR | filter
formula:
availability == false OR Blacklist_FR == false
|
datafield name:
availability_EPP
Parameter (Name | Type of data):
availability | text
formula:
if(availability == "not in stock" OR availability == "outOfStock" OR availability == "","out of stock", "in stock")
|
datafield name:
category
Parameter (Name | Type of data):
categoryOneName_de | text
formula:
replace(categoryOneName_de,"Accesoires","Parfum")
|
datafield name:
Google_Product_Category
Parameter (Name | Type of data):
Categoryon0 | text, Categoryth2 | text, Categorytw1 | text
formula:
category( ">", // Separator Categoryon0, // categoryOneName_de Categorytw1, // categoryTwoName_de Categoryth2 // categoryThreeName_de )
|
datafield name:
description_de
Parameter (Name | Type of data):
description_de | text
formula:
if(description_de == "", "Douglas.de ist Online-Parfümerie und Beauty-Paradies in einem. Freuen Sie sich neben Parfüm, Kosmetik, Pflege und Fashion auf individuelle Beratungsangebote, ein eigenes Online-Magazin, Gewinnspiele, Geschenkaktionen und zwei Gratis-Proben zu jeder Bestellung. Bestellen bei douglas.de ist dabei nicht nur schön, sondern auch sicher und schnell.", description_de)
|
datafield name:
discount_percentage
Parameter (Name | Type of data):
regular_price | number, sale_price | number
formula:
if (sale_price == 0, 0,round((1-sale_price / regular_price) *100))
|
datafield name:
image_EPP
Parameter (Name | Type of data):
image200 | text, image300 | text, image900 | text
formula:
if(image900 == " ",image300 OR image200, image900)
|
datafield name:
product_type_key2
Parameter (Name | Type of data):
Categoryon0 | text, Categoryth2 | text, Categorytw1 | text
formula:
category( ">", // Separator Categoryon0, // categoryOneName_de Categorytw1, // categoryTwoName_de Categoryth2 // categoryThreeName_de )
|
datafield name:
gender
Parameter (Name | Type of data):
gender | text
formula:
if(gender == "", "unisex", gender)
|
datafield name:
title
Parameter (Name | Type of data):
brandLineName_de | text, categoryOneName_de | text, masterName_de | text, size_hilfsspalte | text
formula:
masterName_de+ " "+brandLineName_de + " "+ size_hilfsspalte
|
datafield name:
price
Parameter (Name | Type of data):
reg_price | text, sale_price | text
formula:
if(sale_price == "", reg_price, sale_price)
|
datafield name:
sale_price
Parameter (Name | Type of data):
regularPrice | text, salePrice | text
formula:
if(salePrice == "", regularPrice, salePrice)
|
datafield name:
product_size
Parameter (Name | Type of data):
unitPricing | text
formula:
replace(replace(unitPricing, "pieces","Stk."), ".0","")
|
datafield name:
Aktionstext
Parameter (Name | Type of data):
description | text
formula:
+"Parfum & Kosmetik auf douglas.de bestellen"+ " "+"✯ Versandkostenfrei ab 29,95€"+ " "+"✯ 2 Gratis-Proben zu jeder Bestellung"
|
datafield name:
product_base_price
Parameter (Name | Type of data):
ref_price | text, ref_price_mit_komma | text
formula:
replace_regexp_list(ref_price_mit_komma,"1.0 pair","1 Paar", "/ 1.0 l","/ 1 l", "/", "€ /", "1.0 kg", "1 kg", "1.0 pieces", "1 Stk.", "100,0 pieces", "100 Stk.")
|
datafield name:
gtin
Parameter (Name | Type of data):
gtin | text, id | text
formula:
if (len (gtin) == 0,"00000000000000", if(len(gtin) == 8, "00000"+gtin, if(len(gtin) == 9, "0000"+gtin, if(len(gtin) == 10, "000"+gtin, if(len(gtin) == 11, "00"+gtin, if(len(gtin) == 12, "0"+gtin, if(in_string(gtin,"|"), search_and_cut(gtin,"|"), gtin)))))))
|
datafield name:
image900_clean
Parameter (Name | Type of data):
image900 | text
formula:
if(in_string(image900,"http:"),replace(image900,"http:","https:"),image900)
|
datafield name:
isSale
Parameter (Name | Type of data):
issale | text
formula:
if(issale == "", "false",issale)
|
datafield name:
link_de
Parameter (Name | Type of data):
id | text, link | text
formula:
"https://www.douglas.de"+ if(in_string(link,"?") == true, link+"&trac=", link+"?trac=")
|
datafield name:
title_FB_P
Parameter (Name | Type of data):
base_name | text, brand | text, title | text
formula:
if (title == "", brand OR base_name, title)
|
datafield name:
referencePrice mit Komma
Parameter (Name | Type of data):
ref | text
formula:
if(ref != "",to_currency(search_and_cut(ref," "),",") + " /" + search_and_cut_back_v2(ref,"/"),"")
|
datafield name:
size_hilfsspalte
Parameter (Name | Type of data):
unitPricingMeasure | text
formula:
case_in_string(unitPricingMeasure,"pieces","",unitPricingMeasure)
|
datafield name:
title_Criteo
Parameter (Name | Type of data):
brandLineName_de | text, categoryOneName_de | text, masterName_de | text
formula:
masterName_de+ " "+brandLineName_de
|
datafield name:
prod_base_name_DQA
Parameter (Name | Type of data):
baseName | text, size_hilfsspalte | text
formula:
baseName+ " "+ size_hilfsspalte
|
datafield name:
currency_DQ&A
Parameter (Name | Type of data):
country | text
formula:
if (country == "de", "€", country)
|
datafield name:
curreny_Google
Parameter (Name | Type of data):
currency | text
formula:
if(currency == "EUR","display",currency)
|
datafield name:
id_Google
Parameter (Name | Type of data):
id | text
formula:
id+ "d"
|
datafield name:
Shipping_Google
Parameter (Name | Type of data):
deliveryCosts | text
formula:
"DE:::"+ deliveryCosts+ "EUR"
|
datafield name:
title_Google
Parameter (Name | Type of data):
brand_Line | text, categoryone | text, masterName_de | text, refrence_price | text, unit_pricing_measure | text
formula:
masterName_de +if(categoryone == "Parfum", brand_Line, categoryone) + " | "+ unit_pricing_measure+ " | "+ refrence_price
|
datafield name:
referencePrice_Google
Parameter (Name | Type of data):
refprice | text
formula:
search_and_cut(refprice,"/")+ "€"+ "/"+search_and_cut_back_v2(refprice,"/")
|
datafield name:
ReferncePrice_Clear
Parameter (Name | Type of data):
refKomma | text
formula:
replace_regexp_list(refKomma,"1.0 pair","1 Paar", "/ 1.0 l","/ 1 l", "/", "€ /", "1.0 kg", "1 kg", "1.0 pieces", "1 Stk.", "100,0 pieces", "100 Stk.")
|
datafield name:
price_Google
Parameter (Name | Type of data):
brand | text, reg_price | text, sale_Price | text
formula:
if(reg_price == " " OR brand == "DIOR", sale_Price, reg_price)
|
datafield name:
unit_pricing_base_measure
Parameter (Name | Type of data):
unit_base | text
formula:
replace_regexp_list(unit_base,"1.0 pair","1 Paar", "/ 1.0 l","/ 1 l", "/", "€ /", "1.0 kg", "1 kg", "1.0 pieces", "1 Stk.", "100,0 pieces", "100 Stk.")
|
datafield name:
unitPricingMeasure
Parameter (Name | Type of data):
unitPricing | text
formula:
replace(replace(unitPricing, "pieces","Stk."), ".0","")
|
datafield name:
imageMedium_CommerceConnector
Parameter (Name | Type of data):
image150 | text, image200 | text
formula:
if(image150 == "",image200,image150)
|
datafield name:
imageSmall_CommerceConnector
Parameter (Name | Type of data):
image100 | text, image50 | text
formula:
if(image50 == "",image100,image50)
|
datafield name:
imageLarge_CommerceConnector
Parameter (Name | Type of data):
image300 | text, image900 | text
formula:
if(image900 == "",image300,image900)
|
datafield name:
unit_price_base_measure_google
Parameter (Name | Type of data):
unitpricebasemeasure | text
formula:
replace_regexp_list(unitpricebasemeasure,"pieces","ct", "1.0 st", "1.00 st", "1 st", "1.00 st", "1000.0 ml", "1l", "1000.0 g", "1kg")
|
datafield name:
unitPricingMeasure2
Parameter (Name | Type of data):
unitprice | text
formula:
replace_regexp_list(unitprice,"1.0 st","1.00 st", "1 st", "1.00 st", "pieces", "ct")
|
datafield name:
Kategorie_Google
Parameter (Name | Type of data):
MasterCate1 | text, MasterCate3 | text, MasterCate4 | text
formula:
category( ">", // Separator MasterCate1, // [MASTER] categoryOneName_de MasterCate4, // [MASTER] categoryTwoName_de MasterCate3 // [MASTER] categoryThreeName_de )
|
datafield name:
link_BENL
Parameter (Name | Type of data):
link | text
formula:
"https://www.douglas.be"+ if(in_string(link,"?") == true, link+"&trac=be.06i.cco....000001", link+"?trac=be.06i.cco....000001")
|
datafield name:
title_BENL
Parameter (Name | Type of data):
brand | text, categoryone | text, master | text
formula:
brand+ " "+ categoryone+ " "+ master
|
datafield name:
link_BEFR
Parameter (Name | Type of data):
link | text
formula:
"https://www.douglas.be"+ if(in_string(link,"?") == true, link+"&trac=be.06i.cco...be-fr.000001", link+"?trac=be.06i.cco...be-fr.000001")
|
datafield name:
title_BEFR
Parameter (Name | Type of data):
brandfr | text, categoryonefr | text, masterfr | text
formula:
brandfr+ " "+ categoryonefr + " "+ masterfr
|
datafield name:
product_type_key
Parameter (Name | Type of data):
Categoryon0 | text, Categoryth2 | text, Categorytw1 | text
formula:
category( ">", // Separator Categoryon0, // categoryOneName_nl Categorytw1, // categoryTwoName_nl Categoryth2 // categoryThreeName_nl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.