Create columns with multiple rows of parsed data

richardroe

Новичок
Регистрация
18.02.2019
Сообщения
22
Благодарностей
0
Баллы
1
I'm trying to figure out how to create a table that has 2 columns, where one column has multiple rows of parsed data.

Example:
Screen Shot 2019-04-24 at 3.54.55 PM.png

Does anyone know the best way to do this with table/list processing?
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
My tip is save the parsed data into a list, save list with name "Galery 1", clear list, parse data again, save list as "Galery 2" and repeat loop while you have data to parse.
 

richardroe

Новичок
Регистрация
18.02.2019
Сообщения
22
Благодарностей
0
Баллы
1
Wouldn't that make the end result look like this:
Screen Shot 2019-04-24 at 5.01.38 PM.png


What I'd like to do is make gathering the 'artists' match the 'gallery' they came from, and since most of the galleries I'm parsing from have multiple artists, I'd have to put those 'artists' into new rows under the same column.

Specifically, what I'm trying to do is gather a list of galleries from one URL:
Screen Shot 2019-04-24 at 5.04.03 PM.png
click on one of the links, and then add the artists under that speficially gallery to a master list that shows which artists are from a specific gallery.
Screen Shot 2019-04-24 at 5.07.20 PM.png
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)