Automatically import styles from an Excel file. We (mostly Björn) receive the Excel file via E-Mail.

Gitlab: https://git.picalike.corpex-kunden.de/picalike/witt_style_import

Running

<HTML><ol></HTML>

 docker run -v /tmp:/var/local/style_import registry.picalike.corpex-kunden.de/witt/style_import <apikey> <name of csv file> 

Custom Import Filters

In case the customer requests to apply (default) filters while importing their feed, the process is different.

<HTML><ol></HTML>

 docker pull registry.picalike.corpex-kunden.de/witt/style_import
 docker run -v /tmp:/var/local/style_import style_import:latest <apikey> <name of csv file> 

<HTML></ol></HTML>