Hi Guys,
I am login to one specific application and i want to export data from an application which is in the form of table and i need to apply some filter where i want to ignore few records. and export data to excel.
i have used data scrapping method and exported all data in to excel but i before exporting the data to excel i want to filter few records (Example: i want to view only status=Failed records).
Can some one please let me know how i can do this.I have an idea of using datatables i.e. using filter data table activity but when i specify the column name by default the columns generated in Datascrap datatable is Column-1. But when i create a variable Column-1 system is not accepting (-) charactor.