You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pressing the Javascript transform Test script button and that transform gets in input a timestamp field, if and only if that field has a format mask associated, Hop raised the following exception
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - ERROR: Couldn't parse Date field [timestamp] with value [20230228161454] --> org.apache.hop.core.exception.HopValueException:
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - timestamp String : couldn't convert string [20230228161454] to a date using format [yyyy/MM/dd HH:mm:ss] on offset location 14
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - 20230228161454
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - ERROR: Error initializing transform [## TEST DATA ##]
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered:
Apache Hop version?
2.3.0
Java version?
OpenJDK 11.0.18
Operating system
Linux
What happened?
When pressing the Javascript transform Test script button and that transform gets in input a timestamp field, if and only if that field has a format mask associated, Hop raised the following exception
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - ERROR: Couldn't parse Date field [timestamp] with value [20230228161454] --> org.apache.hop.core.exception.HopValueException:
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - timestamp String : couldn't convert string [20230228161454] to a date using format [yyyy/MM/dd HH:mm:ss] on offset location 14
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - 20230228161454
2023/02/28 16:14:54 - [Validate data - PREVIEW].## TEST DATA ##.0 - ERROR: Error initializing transform [## TEST DATA ##]
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: