Member since
06-15-2023
5
Posts
0
Kudos Received
0
Solutions
08-21-2023
08:30 AM
Thanks @steven-matison for the reply. can you please explain your solution, I'm not much clear on this. my first 10 rows are known and those are always needs to be omitted and continue from 10th row. Can you explain me of how would I setup the ReplaceText processor to fulfil my requirement
... View more
08-21-2023
12:49 AM
I'm creating a pipeline in NiFi and I have a csv file to be extracted and I want to skip the first 10 rows and read the csv. Need some assistance on how to achieve this in Apache NiFi
... View more
Labels:
- Labels:
-
Apache NiFi
06-23-2023
01:18 AM
I have NiFi pipeline which get data from a csv and transform into a JSON. Then I want to send a post API request from the JSIN created. I need help setting up the InvokeHTTP processor in NiFi. API authorization is using an API key. I need assitance of how to define the api keys, url and JSON body inside InvokeHTTP processor
... View more
Labels:
- Labels:
-
Apache NiFi
06-15-2023
06:31 AM
I have managed to get the csv file and converting it into a JSON but my JSON file contains all the data, I want to filter only the last record from the csv and convert only that record into a JSON
... View more
06-15-2023
02:21 AM
I have a csv file which a new record comes and appends every 15 minutes. I need to extract only the latest record from the csv file and save as a JSON
... View more
Labels:
- Labels:
-
Apache NiFi