commercetools / commercetools-jvm-sdk-training

Development exercises to complement the commercetools JVM SDK training
Apache License 2.0
5 stars 12 forks source link

Add a little exercise (optional) using the JVM sync library #14

Closed nkuehn closed 5 years ago

nkuehn commented 6 years ago

Goal: Load a minimum CSV that contains only data that map to standard CTP fields (independent of pruduct type) and have them stream load it, transform to drafts and feed these in.

The loading of the CSV into a stream can be part of the exercise already-

nkuehn commented 6 years ago
productType,productId,inventoryId,articleId,productName,productDescription,basePrice,currencyCode,imageUrl
standard,yourName-P1,yourName-SKU101,yourName-A101,Shirt,"You will look good in this","1123.35",EUR,https://s3-eu-west-1.amazonaws.com/commercetools-maximilian/products/081455_1_medium.jpg
standard,yourName-P1,yourName-SKU102,yourName-A102,Shirt,"You will look good in this","1000.00",EUR,https://s3-eu-west-1.amazonaws.com/commercetools-maximilian/products/081455_1_medium.jpg
heshamMassoud commented 5 years ago

Addressed already: https://github.com/commercetools/commercetools-jvm-sdk-training/blob/starter-project-exercises/src/main/java/handson/Exercise10.java