Member since
06-13-2018
25
Posts
0
Kudos Received
0
Solutions
07-13-2018
07:24 AM
Hi,
I am getting multiple CSV files as input and in that there is a date column(Joining_Date) in all the files.
Requirement is to validate the date as check if the date is in proper format.
Pass the files if the records are valid and fail the whole pipeline if any of the record is abd in any of the file.
... View more
Labels:
- Labels:
-
Apache NiFi
06-26-2018
11:51 AM
Hi @Matt Burgess, how can we do thos for a csv file..? for example i am having a csv file(studentid_name_city.csv). I want to break the filename and put it into different columns of Studend table(Studentid,name,city).
... View more
06-25-2018
06:45 PM
Hi @mqureshi, Can you please tell me how to conver JSON to csv in nifi..?
... View more
06-21-2018
11:06 AM
Hi, can anyone please tell me how to apply group by on json or csv records in nifi..?
... View more
Labels:
- Labels:
-
Apache NiFi
06-20-2018
05:18 AM
Hi @Hellmar Becker,thanks for the info. But can you please give an example what should be the jsonpath like..?
... View more
06-19-2018
11:31 AM
Hi @Matt Burgess, Can you please explain how can we do this using mergerecord as I am not able to to do it..
... View more
06-18-2018
09:51 AM
How to export processor group from nifi to local Pc as in how to save it locally or how can i have its back.?
... View more
Labels:
- Labels:
-
Apache NiFi
06-14-2018
06:11 AM
Hi Michel, I am having different metadata in all the files except one common column. So which property i should use for Metadata Strategy in merge content processor.
... View more
06-14-2018
06:03 AM
Thank you @Shu. Actually i am tryng to merge(Union) records based on Id. eg in input file1 the Id can be:1,2,3 and in iinputfile2 deptid can be:-3,4,5. So it will merge all the records. Shall i use the queryrecord processor befire or after the mergecontent..?
... View more
06-13-2018
02:18 PM
Hi @msumbul Thanks for your answer. I tried to do that but it was creating files again and again and data was getting duplicated. i tried to did it like getting files from get file(2 processors and then mergecontent-->Putfile)..
... View more