Member since
11-15-2019
5
Posts
0
Kudos Received
0
Solutions
09-21-2020
11:22 PM
Hello all, I have tried several configurations to run batch scrip (cmd) in Windows following a schedule using nifi. I think this configuration should work using ExecuteProcess processor but no.... If I run ".bat" file outside nifi it works fine. Could someone help me? I have googled without results. Thanks in advance.
... View more
Labels:
- Labels:
-
NiFi Registry
05-04-2020
05:32 AM
Hello, I am facing the same issue. ListFTP works fine but FetchFTP gives me Read Timed Out exception. Did you find a solution? I would be very appreciated. Regards
... View more
12-17-2019
02:08 AM
Great job!! It works perfectly! I am trying to adapt you code to my task but I am a bit confused. I need to make some small modifications in an Excel file before converting it to a CSV. The original excel file contains only one sheet with two tables with fix dimension. The aim is to convert this tables to a csv format. To do this I have tried to create an auxiliary sheet in which I copy each table and this sheet will be exported thanks to your code. I have found a POI+Groovy Rowcopy function here that could fit my necessity with some small modifications but I don't know how to integrate this function in the main script. Could you give me a hand? https://stackoverflow.com/questions/22627691/how-to-copy-a-row-from-existing-excel-sheet-to-a-new-excel-sheet-using-apache-po I am newbie in Groovy, Nifi and POI. Thanks in advance. Regards,
... View more
11-15-2019
02:55 PM
Hello, I am begineer on this topic. I want to connect my dataflow to store data in postgresql and google found your topic in the forum. I am trying all the things you said and the service remains "Enabling". Could you explain exactly the steps to enable this communication. From my side: 1. Download postgresql-42.2.8.jar. 2. Move to C:\Program Files\nifi-1.9.2\lib 3. Restart Nifi. 4. Configure DBCPConnectionPool with the following parameters: URL: jdbc:postgresql://127.0.0.1:5432/nifi Diver Class: org/postgresql/Driver.class Driver Location: file:////C:/Program Files/nifi-1.9.2/lib/postgresql-42.2.8.jar Is something wrong? Could you help me? The service remains "ENABLING" Regards,
... View more