Taking many line from a file

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Hello,

I'm buidling a template which will analyzed somes URLS (from a list).
From those URLS, backlincks are checked and i want to add them to a tables (or a list)


-So after my GET request (which is ahrefs API) i got many informations which are added to a VARIABLE.
-Then with this VARIABLE i extract only informations i need (Backlinks) with a regex and send it to a list named : Analyzed_BL_list (This list is empty, no file path etc, just a tempory list)
-Now from this list i would like to extract all lines (Sometimes there is 0 lines, other times there is 50 lines, all depends on how much Backlinks are detected), so i have put ALL in specify numbers.
-Then with word proccessing i try to send extracted backlinks to a TABLE.

The fact is : i only got first line extracted (on step3) <--- This is my first big problems

My second, is how to organise it in table ? I would like to have in A column : The domain analyzed, and in B column, in one cells all the backlinks extracted from the domain.
Do i need to word processing ? (First for colum A domain, a second for column B backlinks ? )
 

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