Solved

How to dowload image from multiple url image?

  • 29 November 2022
  • 2 replies
  • 4 views

Badge +5

Hi all,

I have an excel file. They have id, photo fields.

The photo field include multiple url image. If I use ImageFetcher, I can't download the attribute include multiple link. Could you share to me how to fix it? Thank youimage 

 

icon

Best answer by nielsgerrits 29 November 2022, 05:30

View original

2 replies

Userlevel 6
Badge +32

You need to split the feature with id 1 into 3 seperate features. This can be done using an AttributeSplitter and a ListExploder.

Badge +5

You need to split the feature with id 1 into 3 seperate features. This can be done using an AttributeSplitter and a ListExploder.

Thank you so much. I did it :)

Reply