Created 10-26-2017 03:39 PM
Trying to query Postgresql using NIFI 1.3.0 . Postgresql password has special characters in it. for ex : ABCD$$#
Created 10-26-2017 04:35 PM
Can you try keeping 4 $ signs in the password because double "$$" got mapped to "$" for backwards compatibility
EX:-
ABCD$$$$#
Created 10-31-2017 04:04 PM
Not working when there is # in the password .
Otherwise , when the password is like ABCD$$ ,It works by using ABCD$$$$
Is there a way to handle or escape '#' character .
Created 11-03-2017 11:26 AM
Please see the comment above .. @Shu
Created 11-04-2017 07:44 AM
Created 11-07-2017 09:16 AM
Cannot reset the password ,please suggest a solution or can this be raised as a Bug to Nifi Community.