Screenshot for preparing a catalogue of goods for import.
The script automatizes manual work on preparing a catalogue of goods for import to the online store on OpenCart. Imported using the "Automatic Price List Processing (Suppliers v9.1)" module
The script performs:
Reading the catalogue of goods from the download in CSV;
- formatting and conversion of data on goods according to the specified file structure for import;
download of photos of goods;
- sorting the photo into the folder by categories (for subsequent upload by FTP for hosting);
- storing files for imports separately for each supplier.
#Python #Python3 #csv #requests
The script performs:
Reading the catalogue of goods from the download in CSV;
- formatting and conversion of data on goods according to the specified file structure for import;
download of photos of goods;
- sorting the photo into the folder by categories (for subsequent upload by FTP for hosting);
- storing files for imports separately for each supplier.
#Python #Python3 #csv #requests