Detailed instructions to help you set up the data source for CSV with URL
Lastly modified on: Wed, 5th June, 2024 at 01:47 PM
Prerequisite
- An API URL to access the CSV file that you want to connect to.
- CSV File is supported by a separate connector named "CSV File."
Instructions
Step 1: Connection Setting
- Move to Adriel's Connections page.
- Type "CSV with URL" into the search bar.
- Fill in the Connection Name.
Step 2: Data source setting and connecting CSV with URL to Adriel
- Fill in the four required fields.
- Name: Fill in data source name; any identifiable name is sufficient.
- Optional configuration is possible. If wanted, fill in the "Alternative Channel Name."
- No icon is provided as a default for this feature. However, there are channels that can use internally saved icons and display next to the channel name you just wrote down.
- Refer to this guide to input the correct name to display the icon.
https://academy.adriel.com/en/how-to-set-alternative-channel-name-for-file-db-data-source
- (Optional) Fill in the "File Name to Filter" and click "Submit."
- Optional configuration is possible. If wanted, fill in the "Alternative Channel Name."
- URL to CSV: Write the URL form of API in this field. Replace the actual date with "$date" in the URL. Refer to the example below.
https://rest/reportapi/performance-report?key=192938293ai&date=20230328&type=csv
> https://rest/reportapi/performance-report?key=192938293ai&date=$date&type=csv - Date format: How to format the date when sending a request.
Any format that includes "yyyy, MM, and dd" is possible. Write year and day in lowercase.
ex) yyyy.MM.dd or yyyy/MM/dd - Unique Key: Column name that will be used as the key
- Name: Fill in data source name; any identifiable name is sufficient.
- Click the “Submit” button below to complete the data connection.
It can take up to one working day for your data to arrive.