Hello All,
I am new to KNIME and I would like to ask for some help in terms of finding the correct node to use for:
- Creating the desired data format I can use to upload product informations to a webshop in bulk.
- Sourcing product information from different excel files, merging them into one file and putting them in order by column required for the import.
Related to the desired data format in the below example
- I would like to take the EAN code “716736015705” from the below image URL-s
“https://cdn.shopify.com/s/files/1/0647/6067/6599/files/716736015705_P00.jpg?v=1671526414|”
“https://cdn.shopify.com/s/files/1/0647/6067/6599/files/716736015705_P02.jpg?v=1671526414”
“https://cdn.shopify.com/s/files/1/0647/6067/6599/files/716736015705_P07.jpg?v=1671526415”
-
create a new excel file with as many rows as many image URL-s there are in the excel file containing the image URL information
-
source all the relevant product information into this new excel file into multiple columns from other excel files based on the extracted EAN code “716736015705”
-
assign a number to the image URL-s from 1 to X in a column called “Image Position” to determine their position for a specific EAN code (in this case 716736015705) with multiple images. The order would be determined based on the last two digits in the image URL after the P character following the EAN code.
In this example “716736015705_P00” would get value of “1”, “716736015705_P02” would get value of “2” and “716736015705_P07” would get value of “3”
I appreciate any help and guidance.
Kind regards,
Zoli