winningvish
(Vishnu Vardhan )
September 12, 2019, 10:39am
1
Hi Everyone,
I am working on CSV file to to get the count of late comers punched after 08:30:00.
I have used the filter data table to get the late comers punched data by using the assing activity to convert each row of Column “1”, with TimeSpan.Parse(row.item(“1”).tostring).
But the out put rows is always 0.
Can anyone please help me on this.
Attached Workflow: Test_DailyPunched.zip (15.0 KB)
J0ska
September 12, 2019, 11:54am
2
Likely the FilterDataTable activity doesn’t process properly the condition
Better filter using Select method
Late_DT = DailyPunchedDT.Select("[1] > '08:30:00'").CopyToDataTable
See for more:
Cheers
1 Like
winningvish
(Vishnu Vardhan )
September 12, 2019, 4:19pm
3
Hi @J0ska ,
Thank you very much for your reply. its worked. But why filter data table fails for the same scenario?
Regards
Vishnu
J0ska
September 13, 2019, 7:08am
4
This is rather question to FilterDataTable activity developer
@loginerror : This seems to be a defect in the activity. How to report it?
loginerror
(Maciej Kuźmicz)
September 13, 2019, 12:12pm
5
Hi @J0ska
The easiest would be directly from Studio:
New features are exciting! That is why we want to let you know you can now send your feedback or report the nasty bugs directly from UiPath Studio. It has never been easier!
What’s new?
You can now go to the top right corner of the Studio ribbon and click here to send your feedback directly to our product team:
[image]
They appreciate all the input, as it ultimately allows them to improve your experience with our software
Submitting an idea
[image]
1. Fir…
system
(system)
Closed
September 16, 2019, 12:12pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.