GitHunt
IN

initBasti/Amazon-Translation-To-Plenty

A small python script to read a amazon flatfile filled with values of a specific language and create Elastic Sync upload files out of it.

Amazon Flatfile to Plentymarkets - Translation Upload

Map the translations within your Amazon flatfile to the correct fields.

Getting Started

Dependencies:
* python3.x
* pandas library
* tkinter library

Prerequisites

  1. Translations in the Amazon flatfile format

Usage

  • Map the columns from the translation file to the appropriate feature/property ID in Plentymarkets
    ('color_name'=10) 'color_name' = exact name of the columns third row in the amazon flatfile, 10 = ID of the property/Feature in Plenytmarkets
    Example:
    [PROPERTY]
    'color_name'=10
    [FEATURE]
    'size_name'=5
    
  • Save the translation file as .csv , delimited by ';' into the any Folder
  • Set a custom input / output folder with the arguments: -i / -o (As default start for the file browser)
  • start script with : python3 -m translation_to_plenty --lang {language of your choice}
    [valid values: en, fr, it, es ..]
  • etc * Upload files using Import(Elastic Sync)

Authors

  • Sebastian Fricke - Initial work - initBasti

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created October 14, 2019
Updated August 7, 2020
initBasti/Amazon-Translation-To-Plenty | GitHunt