Hello all,
I have a question that I couldn’t answer by checking other threads. I have to read an Inpuf file (with around 2000 rows and 35 columns) and then I have to paste the value of the Input file columns into Report File, but the order of the columns are different.
Ex: Column A InputFile = Column D ReportFile
How can I copy the value of a whole column from my DT1 (Input File) to a DT2 (Report File) in a specific order, so I can paste the whole DT2 into the Report excel directly?
PD: Using FOR EACH ROW is not efficient for what we need to do. Also, we have already thought of a read range for each column in the Input file to paste it in the Report file as we need to, but we are looking for a DT solution.
Thank you all!