hansva commented on issue #3821: URL: https://github.com/apache/hop/issues/3821#issuecomment-2206385643
He did and he didn't. And it's probably what is causing this. So there is a typo in the XML in some of the transforms. `extension = XmlHandler.getTagValue(transformNode, "file", "extention");` (all occurrences [here](https://github.com/search?q=repo%3Aapache%2Fhop+extention+language%3Ajava&type=code)) Now we fixed it in some spots, so we added an import rule to change extension -> extension Here is the replace used by the importer code https://github.com/apache/hop/blob/30da543220f86484da8638b5eddbf7843a7ac060/plugins/misc/import/src/main/java/org/apache/hop/imports/kettle/KettleConst.java#L71 Now this replace is happening on all occurrences and is causing an issue in the other direction (for those transforms that still use the incorrect spelling) -- 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]
