Hello guys, I am trying to create a table to write it to an excel file, i have two files: one txt and another csv and i am iterating through all the rows of these files.
1st question: how do i initialize a table? using assign table?
2nd question; how do i add an element to this table? i would need to insert the value of a list (each row of these files) to the table or is there another approach?
any help would be great!!