copy lines from text file into table

JIMBOB

Пользователь
Регистрация
07.04.2022
Сообщения
35
Благодарностей
0
Баллы
6
Hello,

I'm trying to copy lines from a text file into a table and I'm having issues.

So I'm using text processing to merge the text into a variable.
90350


Next I'm using table processing to record to cell the variable.

90351


The result as expected is all the rows from the variable are ending up in the same row in the table.

What I'm trying to do is have row 1 from the text file go to row 1 in the table, row 2 from the text file go to row 2 in the table etc...

Am I doing this completely the wrong way?

Thank you.
 

JIMBOB

Пользователь
Регистрация
07.04.2022
Сообщения
35
Благодарностей
0
Баллы
6
Okay, I believe I may have a solution but one part I don't quite understand how to go about it.

If I take each line individually from the text file and merge it with the table, then run a loop so it goes through each line.
90352


But my question is, how do I increase the Row +1 through each loop?

90353
 

JIMBOB

Пользователь
Регистрация
07.04.2022
Сообщения
35
Благодарностей
0
Баллы
6
Nevermind. Using Add List in table processing made it work
 

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