- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi : is it possible to access /fetch MS access file using nifi ?
- Labels:
-
Apache NiFi
Created ‎12-19-2017 09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , Let we have 3 server Server-A window server(MS access file placed in D drive) , Server-B( nifi installed on this server ) , Server-C Hadoop Installed on server Question : we want to transfer /Fetch file access file from server-A to FTP server-C and put into the hadoop using nifi is it possible ? how ?
Is there any nifi processor available for Reading / Writing MS access file ?
Thanks in advance
Created ‎12-19-2017 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no native processor to open access databases files.
You can handle it a couple ways... Easiest would be to export the data from access into csv and ingest that.
The other method would be to connect to the server running MS Access via JDBC. However, I believe this would require a 3rd party driver, as Microsoft only has ODBC drivers for Access (but this may no longer be the case)
Created ‎12-19-2017 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no native processor to open access databases files.
You can handle it a couple ways... Easiest would be to export the data from access into csv and ingest that.
The other method would be to connect to the server running MS Access via JDBC. However, I believe this would require a 3rd party driver, as Microsoft only has ODBC drivers for Access (but this may no longer be the case)
Created ‎12-20-2017 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Benjamin Hopp Thanks for your Reply
