What I want to do sounds like it should be simple and straightforward, but I can’t think of how to do it in an elegant way.
I am iterating through a list of files and scraping field data from each file within the iteration.
After I scrape all the info from the file, I just want to add the list of values as a row (record) after the last row in the Datatable.
How can I go about this as simply as possible? Or is it possible?