Created
April 10, 2021 22:34
-
-
Save billmetangmo/4af3eedd130c57bb8f966d353071b95f to your computer and use it in GitHub Desktop.
Open refine Jython interpreter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from datetime import datetime | |
| date_time_obj = datetime.strptime(str(value),'%Y-%m-%d-%H-%M-%S') | |
| return date_time_obj.isoformat() | |
| # Openrefine supports ISO-8601 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment