Rémi Dubois
Rémi Dubois
I'm making a little progress, I modified line 627, of the _com.atolcd.hop.core.row.value.ValueMetaGeometry_ class as follows: ```java if (resultSet.getObject(index + 1) != null) { // -- STRUCT st = (oracle.sql.STRUCT) resultSet.getObject(index...
Great news! But shouldn't we leave the bug open until the output is fixed? As @bamaer said : > Oracle (and other database outputs?) will require more structural refactoring for...
Yes, absolutely no emergency. I suggested this just to keep it in mind. Thanks a lot!
I modified the following 2 functions in the `plugins/actions/ftp/src/main/java/org/apache/hop/workflow/actions/ftp/ActionFtpDialog.java` file to correctly test the authentication and the remote dir. This seems to work well, it just needs a more human-friendly...
And to do this correctly, also modify the action itself to throw an error if the folder does not exist. In the `plugins/actions/ftp/src/main/java/org/apache/hop/workflow/actions/ftp/ActionFtp.java` file at line 356 ```java // move...
I've created a pull request with these changes. https://github.com/apache/hop/pull/5342 Please bear with me 😇, I hope I did everything correctly; this is my first pull request for Hop😄