Member since
03-05-2020
6
Posts
0
Kudos Received
0
Solutions
03-06-2020
11:18 AM
Hi Matt. Yes I reviewed this and even tested it but I wasn't able to get it to work for either decryption or encryption. For encryption, you can sign an encrypted file with your private key and the partners public key, but Nifi doesn't give a place to specify which private key to sign with and a private keyring may have many private keys embedded. For decryption, a signed encrypted file requires you to have the public key available to confirm the signature when you decrypt with your private key. Once again, Nifi doesn't seem to support it. In addition, after testing this in the last couple of days, I am having trouble getting consistent and reliable results from the PGP support in Nifi. Therefore, I have decided to use the ExecuteStreamCommand processor instead which works consistently and gives the full range of PGP support.
... View more
03-05-2020
02:03 PM
I need to put a file to an FTPS server. The properties don't seem to support this. Is this supported?
... View more
Labels:
- Labels:
-
Apache NiFi
03-05-2020
12:33 PM
I have a requirement to use PGP encryption and encrypt and sign a file. I don't see how to do that with the EncryptContent Processor. Is there a way to do this?
... View more
Labels:
- Labels:
-
Apache NiFi
03-05-2020
10:24 AM
How can I use ReplaceText processor to function like dos2unix command, i.e. change \r\n to \n
My file comes in with ^M at the end of each line
In the ReplaceText process, I have a Search Value of \r\n
That is correctly finding the Windows linefeeds
However, for Replacement value, I have tried \n also $1\n
They each put the character n where I want the line feed to be.
Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi