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 you
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 you
You need to split the feature with id 1 into 3 seperate features. This can be done using an AttributeSplitter and a ListExploder.
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 :)