Member since
02-22-2022
7
Posts
0
Kudos Received
0
Solutions
06-08-2022
12:00 PM
For routeonattribute I need to check if filename contains any date (any number ) in it How to check this?
... View more
Labels:
- Labels:
-
Apache NiFi
06-07-2022
04:44 PM
NiFi version is 1.11.4 I am using simple csv and txt and xml files Sometimes it has data rows and sometimes it just have headers
... View more
06-07-2022
04:03 PM
Hello, As per shown in image Only 4 flow files are getting sent by UpdateAttribute and when it passes through CalculateRecordStats processor its sending out 8 flowfiles. Duplicates are getting created for Each flow file. Can you please advise? Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
03-02-2022
10:06 PM
I want it to pass as filename.part and rename to filename.xml I think I see one more option as temporary rename which renames file as mentioned name while transfer and then rename to original once file is transferred.
... View more
02-28-2022
10:40 PM
Hello Andre, Thank you for the response. Yes I couldnt find a way where we can run SFTP commands to remote server in processor. Any idea if we can put file as "filename1.part" and then after file is put then rename to "filename2.xml" at remote SFTP server in NiFi processor? Thanks, Shalaka
... View more
02-23-2022
11:22 PM
@araujo If I use shell script I will have to establish 2 step authentication connection from shell script to execute the commands to remote server. In that case I will have to add public key from all possible nodes (where my docker image will be installed) to remote sftp server. I believe it is not a good solution. To avoid this I wanted to use NiFi processor. 2 possible scenarioes- 1. If I can use NiFi processor to execute commands on remote sftp server directly 2. If I can create keys and install it to node through docker image (so even if docker is intalled on another node the key will remain same which is added to remote server). In this case i can just use shell script which will establish connection and execute commands.
... View more
02-22-2022
11:12 PM
Hello, I have my NiFi application running on 1 server. And I need to connect to users SFTP server and need to execute few commands like cd, rm, rename etc on remote server. And to connect to that server I need to fulfill 2 step authentication (username/password and key authentication) So if i ssh and provide key from shell script which will be mounted in docker. For that i will have to add the key needs to be installed in all nodes and then needs to be added to users sftp server. It does not seem to be best solution I there any other way where I can use NiFi processor to execute these commands to remote sftp server which needs to be connected through 2 step authentication Any advise will be very helpful Thank you. Shalaka
... View more
Labels:
- Labels:
-
NiFi Registry
-
Security