I used data Scraping wizard to read values from a table which has age column.Then I wanted to find the records where Age>60. So I used the following filter but since may be because when data scraping, we dont define the data type of the Age column, the resulting table(dt_Result) doesn’t have any records when I have records where Age>60 in the dt_Data input table.
Am I doing something wrong or I cant use Filter wizard to achieve this?
Hi @Asiri
i created a data table and i tried to get the age values whose are greater than 60 by using Filter Data Table activity and its working perfectly. So, kindly check the column name and please check in debug mode, i am sure you will find out the reason…
Hi, Is there a limitation on # of rows and columns for Filter wizard to work? I have a table with 38 columns and 190 rows of data. and simple filter is not working. Is there some limitation? could you please let me know.
Thanks,
V
Hi, @Vidya_Lingappa Good Morning,
There is no limitation like that because, i tried with DataTable which contains 564 rows and i didn’t face any problem, i mean its working perfectly…
Hi @KumarD, Thank you for confirming. The column headings have spaces…Issue Color Status. All columns are defined like this. is this a problem and thats the reason my data table filter not working?
I’m going to bet this is the issue. If you don’t build your datatable previously, data scraping activities tend to read everything as a String, hence why you can’t use numerical comparisons.
Basically, try using Build Datatable right before you scrape it, set the columns (and their data types) accordingly.
Hi @Vidya_Lingappa Good Morning,
I don’t think you need to remove the spaces, if you didn’t remove the spaces also it will work. Here, spaces doesn’t matter…! screen%20shoot|690x13
@KumarD, Thanks for confirming. It started working. I have another requirement where in a column date is in the format Jan-12-1998 and I have to compare it with Today(). Which is the best way? Do I need to first convert this date? Could you please help?
Thanks,
V
@kumarD, Could you please help me with the issue I sent along with the screenshot of the filter table as mentioned above. I am in urgent need to resolve the issue.
Thanks,
Vidya