- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Compare Two csv files using Apche Nifi
- Labels:
-
Apache NiFi
Created 06-14-2023 09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CSV file 1
Account Name zoneId CountryId
1 Rahul 1111112 12223
2 Mukesh 1232343 98765
3 Rajesh 1234543 76823
CSV file 2
Account Name zoneId CountryId
1 Rahul 1111112 13323
2 Mukesh 5532343 98765
Output File
Account Name zoneId CountryId
1 Rahul 1111112 13323
2 Mukesh 5532343 98765
I have a scenario i am recieving the 2 csv files (csv file 1 & csv file 2) from sftp location and i have to compare the difference between the two files and give the output file (Output File) as result to a API. perform this operation using Apche nifi. Please suggest me a approach to perform this operation Using Apche Nifi processors.
Created 06-14-2023 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How far apart are the files received from a time perspective?
Created 06-20-2023 09:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And how to check the settings for saving records?
