Skip to main content
Solved

How to dowload image from multiple url image?

  • November 29, 2022
  • 2 replies
  • 20 views

hoa_le
Contributor
Forum|alt.badge.img+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 

 

Best answer by nielsgerrits

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • November 29, 2022

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


hoa_le
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 142 replies
  • November 29, 2022

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 :)