GitHub user hansva added a comment to the discussion: Convert json Dates (/Date(nnnnnnnnnnnnn) to date format
If it's a date that can be converted using [simple date format](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html) you can do it. But this seems to be epoch? Then I think another transform will be needed, you could also just try to mark it as a date and see what happens GitHub link: https://github.com/apache/hop/discussions/4967#discussioncomment-12361843 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
