Dropbox
Dropbox
Dropbox ETL connector for data replication
Snapshot
Features | Details |
Release Status | Released |
Table Selection | No |
Column Selection | No |
Edit Integration | Yes |
Replication Type Selection | No |
Authentication Parameters | Google Cloud Storage Username Password |
Replication Type | Key Based Incremental |
Replication Key | File Modified Date |
Suggested Replication Frequency | 24 hrs |
Pre-requisites
- Users must have an active Dropbox account
- Ensure that there is at least one file in the required format at the storage location and it has at least 1000 records with valid data. Daton uses this file as sample for generating the schema automatically
- Daton supports only the following DateTime formats. Dates will be processed as Strings if the format is not in the below listed formats
YYYY-MM-DD HH:MM:SS - Each folder must have files in the same format. If files with either a different file format or different file type are present then data extracts will throw exceptions and data would not be processed. Create separate integrations for different file types and file formats
Integrate Dropbox with Daton
- Sign-in to Daton
- Select Dropbox from the list of Integrations
- Provide Integration Name, and Replication Frequency. Integration name would be used in creating tables for the integration and cannot be changed later
- Authenticate with your Dropbox username and password
- Provide the following details for the integration -
File Path: /folder/sub-folder Eg. /Data/DailyEvents in https://www.dropbox.com/home/Data/DailyEvents
File Type: We presently support only CSV format
Number of Header Rows: We do not support nested headers - Review and update column names and datatypes from the auto generated schema mapper
- Submit the integration
Workflow
- Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
- Users would be able to edit/pause/re-activate/delete integration anytime
- Users can view job status and process logs from the integration details page by clicking on the integration name from the active list
- Files to be processed would be identified with the modified dates of files. If a few records in an existing file get updated, then entire file would be processed again
- Files present in sub folders from the selected location would not be processed
- If new fields are to be added to the files, users must append them to the file, and edit the existing integration in Daton by appending the additional fields for the integration. Daton doesn't support intermittent field additions to a file.
Error Handling
- If Date format used in files do not fall in the above mentioned list, then they would be processed as strings
- Datatypes cannot be changed after initiating the integration