I am facing issues in rxtracting words in a data table,
I want to extract line number 2 in the below data datatable…as in get only the date and time part
Priority 01.01.2018 09:59:17,9276630 Egretli,Osman
(EGRETLI_O700)
ECC_U2K2_01 System added to user AITIHAD_L500 in the request for action
‘Change User’ with validity 01.01.2018-31.12.9999 01.01.2018 09:59:17,9289660 Egretli,Osman
(EGRETLI_O700)
it was in single data table, the data table contains many more rows n columns but I want to extract the line below Priority-just the date time stamp, also the data table each time generated for various PdF files may vary but this Priority is constant in all data tables, and date time stamp is also constant below Priority word.
Or I can see other option. Always comma is at the end of the timestamp?
if yes, you can find first comma positions and then use sub strung (before reading number of chars in string.
it works for all date time formats in general, but the issue is that I have many date time formats in the data table, how to filter out the date time format which is right below the word Priority or near that word?
but its not showing the date time. Below is the datatable.
Approved by EBOY at Path NEW N CHANGE (U2K2) and
Stage GRAC_ROLEOWNER 09.02.2016,11:12:12,609 Boy,Elçin (EBOY)
Role Z10.TR.ALL.CD-DISPLAY in system ECC_U2K2_01 is
No Approved by is our key word here, I have to extract date time below the word Approved by, rest all details may differ each time as im extracting the date time on which the item was approved.
Nope. It doesnt work in ui path as well. Approved by EBOY at Path NEW N CHANGE (U2K2) and Stage GRAC_ROLEOWNER 09.02.2016,11:12:12,609 Boy,Elçin (EBOY)
Role Z10.TR.ALL.CD-DISPLAY in system ECC_U2K2_01 is
So any idea if we can consider the key words to be Approved by, at path, and stage will it help in extracting the date time?
It isnt dynamic. My issue is it should work for any data table containing key words- Approved by, at stage,at path and the date time would be nearer to that.
Approved by EBOY at Path NEW N CHANGE (U2K2) and Stage GRAC_ROLEOWNER 09.02.2016,11:12:12,609 Boy,Elçin (EBOY)
Role Z10.TR.ALL.CD-DISPLAY in system ECC_U2K2_01 is