feat: Adapt the examples to the kaggle dataset

This commit is contained in:
Clément Renault
2018-12-11 12:06:02 +01:00
parent b5df87a403
commit 12863980d4
2 changed files with 16 additions and 38 deletions

View File

@ -19,16 +19,11 @@ pub struct Opt {
}
#[derive(Debug, Serialize, Deserialize)]
#[allow(non_snake_case)]
struct Document {
skuId: String,
productGroup: String,
fr_FR_commercialName: String,
en_GB_commercialName: String,
maketingColorInternalName: String,
materialInternalName: String,
fr_FR_description: String,
en_GB_description: String,
id: String,
title: String,
description: String,
image: String,
}
fn main() -> Result<(), Box<Error>> {