So, the data in the excel file is scattered and no pattern exists to use loops. For eg. cells to be read are I6,B6, I9, B11, C13, etc.
The question here is: Is there any way i can read the data and send them to fill up a data table of, let’s say, 20 columns.
To note: I’m aware of the schema being prepared using build data table and read range activity, which sends the values to the data table.
Is there a way i can continue and discontinue the read range for each cell in the excel file?
Awaiting your reply.
Thanks,
-AKS.
Hi @acaciomelo,
Thanks for the speedy reply.
Could you tell me the logic behind step 2 ?
Also, a working example would help me understand step 3 and 4 better.
Thanking you for all your guidance and support.
-Amit
Also, i would like to elaborate on the problem statement.
- The cells to be read are known. However, the cell numbers have no patterns and are of different datatypes.
- How do i iterate under such a situation to read only those cells? Especially if there is no mathematical pattern.
- Will i have to create individual read cells for such a case?
Thank you again for all your time to help me out.
Regards,
Amit.