I want to datascrape some data from web and place it in a datatable.
Every time i need to place the data from ExtractDataTable to ADT(Datatable)
Yes you can append the data using append range activity
Thankyou for your response @Naveen
Append range is for Excel
Hi @RachelN,
I got what you want.
to append DataTable you can use Merge Data Table activity.
Youâve to just specify Source & Destination (DataTable variavles)
Hi @RachelN,
You can use âJoin Data Tablesâ activity, and use âInner Joinâ or âLeft Joinâ or âFull Joinâ whether required.
Thanks & Regards,
Apurba
Fine
Append range can be used only when we are using excel directly not getting into usage of datatable
and moreover the extract datatable activity will give us straight away a datatable
hope these steps would help you resolve this
âlets take like you have the datatable ADT ready
âonce after getting the output from Extract datatable activity with a datatable named outdt, now use MERGE DATATABLE activity where in the Source mention as outdt and Destination as ADT in the property panel of MERGE DATATABLE activity
âso each time when the datatable is extracted it will get merged to the destination datatable which is here mentioned as ADT
for more example here you
hope this would help you
Cheers @RachelN
Thankyou @Palaniyappan it worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.