Member since
12-09-2021
3
Posts
0
Kudos Received
0
Solutions
12-09-2021
07:00 PM
Thanks mate, I had completely forgotten about the need for the need for the '\\\\', that solved it.
... View more
12-09-2021
09:11 AM
Hello! I'm getting files from a SMB with GetSMBFile, eventually they'll be placed on S3 with PutS3Object, the problem is the path contains "\" on it and I need to replace all of those to "/", I attempted a simple ${path:replaceAll('\','//')}/${filename} on the Object Key but it didn't work. What's the proper way to do this on NiFi?
... View more
Labels:
- Labels:
-
Apache NiFi