How to save text file open setting into script
Hello, Problem:I have numerous .txt files. I only care about the data in column 4, starting with row 7 to infinity. I would like to extract all of the data from column 4 from the numerous .txt files and concatenate them into a single table. What is the best way to do this? Ideally, I would like to create a script to execute this. Along the same vein, when I use the File - open method to open the ...