Member since
10-08-2019
6
Posts
0
Kudos Received
0
Solutions
10-21-2019
11:54 PM
@mburgess I have a csv file which might have corrupt data as well. How can I still insert the correct data and collect the corrupted data in seperate flow?
... View more
10-20-2019
10:25 PM
Hi Joel, thanks for the reply. Since I am new to nifi, kindly let me know what do you mean by creating function. All I am doing is fetching the time from the mysql table and inserting it into the Out port. Next, In the another procsss group, fetching the time and extracting the date, time, etc from IN port and then trying to use it in the form of ${hour} ${minute} as cron. But use of '$' and '{' makes it an invalid cron . Another solution which I came with was using RouteOnAttribute which will compare the current timestamp now() with the timedate fetched and on matching , it will proceed further. This solution works but it is not an efficient one as the RouteOnattribute needs to continuously run and check the timestamp . Please let me know some other solution.
... View more
10-20-2019
10:05 PM
I am using multiple process groups connected with OUT and IN port.
In the first process group I am fetching data from a table that contains timedate data.
Using the time-date fetched, how can I set the cron for the first processor in the next process group?
... View more
- Tags:
- NiFi
Labels:
- Labels:
-
Apache NiFi
10-08-2019
03:25 AM
Hi,
I am trying to insert my CSV file into mysql table using PutDatabaseRecord processor.
My CSV containr records for all columns except for one as it is auto incremented on insertion.
Can you help me with the processors or attribute settings that I can use in such situation?
... View more
10-08-2019
03:20 AM
Hi,
I am trying to bulk insert my csv file to mysql table using PutDatabaseRecord.
My CSV file contains all the column values except for the last column as it is auto incremented in table in case of insertion.
Can you help me with the attribute setting or processor setting in that case?
... View more
Labels:
- Labels:
-
Apache NiFi