Hi all,
I have a list of JSON historical file which contains date and time at the end of the URL. I would like to extract both date and time based on the URL and put it in the table.
I've extracted the date and time using the DateTimeStamper, but fails as it only generate current date and time.
Is there any suggestions on how can I extract the date and time from the URL?