Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Read document as input to Execute script"

AleAle Member Posts: 6 Contributor II
edited June 2019 in Help
Hi! In my process I have a Read document operator connected to an execute script operator. I want to use the path of the file loaded by the read document in the script, how can I retrieve it? I'm using this code in the script, but it doesn't seem to work:
Document doc=input[0];
String path = doc.getSource();
Also I can't find anywhere a documentation for the Document class. How can I solve this problem?

Answers

Sign In or Register to comment.