4 weeks ago
iflow receives multiple files and based on the file names I required to post the files to respective folder path of AzureStorage using FileShare for which I could use the router option, but when writing the file's dynamically based on the file name property is not working and getting exception on my receiver connector
/filesharepoc/Inbound/ReceiveFiles/${property.sourceFilename}
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
but if I maintained the target file name as : /filesharepoc/Inbound/ReceiveFiles/test.txt which works
Request clarification before answering.
Resolved the issue after maintaining entire path as a property parameter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.