bamaer commented on issue #2077: URL: https://github.com/apache/hop/issues/2077#issuecomment-1377431836
the error `org.apache.poi.ss.formula.eval.NotImplementedFunctionException: PARSEDATE` is thrown by Apache POI, the library that is used in the Formula transform, which does not support the PARSEDATE function. We aim to support all row-level functions from the list of [supported functions](https://poi.apache.org/components/spreadsheet/eval-devguide.html#appendixA). Functions that work across multiple rows are not supported by the formula transform (yet). -- 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]
