Replies: 2 comments 3 replies
-
|
files from result (the |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@dave-csc could you provide what you currently have? Or make a quick sample based on what you have. Then I'll take a look to see if I can figure out where it's going wrong |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to add the result files functionality in a custom transform made with User defined Java Class.
To do so, I added this code in the
processRow()method (fis thejava.io.Fileobject related to the file I just processed):However, when I execute the code I have no errors (even the files are correctly created), but a Get files from result in a subsequent pipeline can't find the files that I "added" to the files result. What am I doing wrong?
Thanks for your support :)
Beta Was this translation helpful? Give feedback.
All reactions