nadment opened a new issue, #7080: URL: https://github.com/apache/hop/issues/7080
### Apache Hop version? 2.18-SNAPSHOT ### Java version? 21 ### Operating system Windows ### What happened? When the transformation processes the “Number type field” column, it returns an object of the “PhoneNumberType” class instead of a String type. ``` [Error] test-standardize-phone-number - Error storing execution data [Error] test-standardize-phone-number - TYPE String : There was a data type error: the data type of com.google.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType object [MOBILE] does not correspond to value meta [String] (through reference chain: org.apache.hop.execution.ExecutionData["rowsBinaryGzipBase64Encoded"]) [Error] test-standardize-phone-number - [Error] test-standardize-phone-number - at org.apache.hop.execution.local.FileExecutionInfoLocation.registerData(FileExecutionInfoLocation.java:355) [Error] test-standardize-phone-number - at org.apache.hop.pipeline.engines.local.LocalPipelineEngine.stopTransformExecutionInfoTimer(LocalPipelineEngine.java:507) [Error] test-standardize-phone-number - at org.apache.hop.pipeline.engines.local.LocalPipelineEngine.pipelineCompleted(LocalPipelineEngine.java:464) ``` ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
