What are you trying to achieve?
→ find the newest Folder starting with “NG*” as folder name
→ find the (only) XML File in this folder
→ parse that XML File
→ when
Produkt
is “Produkt” then continue
→ take all images from the XML where:
2025-01-07-fbe1bfff-feaf-4085-a5c6-1ebff4695072
900
1200
https://URL/filename.jpg
<taken_at type=“dateTime”>2025-01-07T15:07:14+01:00</taken_at>
<file_extension>jpg</file_extension>
2025-01-07-0b24d0b3-4532-4fe4-b24e-80c162228595
900
1200
https://URL/filename.jpg
<taken_at type=“dateTime”>2025-01-07T15:07:20+01:00</taken_at>
<file_extension>jpg</file_extension>
→ remove backgrounds from all these images
→ resize all these images
→ store all these images in a FTP server
→ enter the new image URLs in a CSV file
→ store that csv file on FTP
Steps taken so far
I am really unsure how to ask questions properly here - is this okay? or do cou need more imformation to help me?
Thank you very much.
C