We need to grab "startTime": "**** AM" and "endTime": "*** PM", this part of time, not "start":***********, "end":*********, "how should the rules be written?
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
we can't grab data in this way. This time field contains AM or PM.
scope.range{(indexshowdetails)|end}
index.start.scrub {regex||startTime":"(\d{2}:\d{2})||}
index.stop.scrub {regex||endTime":"(\d{2}:\d{2})||}
index_title.scrub {single|"name":"||"|"}
I have a problem with my machine system. The UTC timestamp is invalid, so I need to grab AM/PM parts,Is there any way to grab AM/PM parts?
message:
[Error ] Current culture: en-GB
[Error ] time parsing error : The string was not recognized as a valid DateTime. There is an unknown word starting at index 0.
[Error ] startdatetime time scrubbed : Morning 01:35
[Error ] computer date/time format: 31/01/2019 17:18:34
[ Info ] Existing guide data restored!
(pattern="hh:mm tt")
not
(pattern="HH:mm tt")
HH:mm ==> 01 to 24 ex 09,10,11,12,13,14...21,22,23,24
hh:mm ==> 01 to 12 ex 09,10,11,12,01,02...09,10,11,12
the pattern isnt even needed,webgrab has no problem reading this time format as it is.