# Data Import

1. Import Data
2. Update Data Import Setting
3. Re-Import (Re-load) Data

## File import

* CSV - Comma Separated Files
* TSV - Tab Separated Files
* Delimited Files
* Excel
* Statistical Files - SPSS / SAS / STATA
* R Data Files - RDS, RData
* JSON

## Databases

* Amazon Redshift
* PostgreSQL
* HP Vertica
* MySQL
* MariaDB
* Google BigQuery
* MongoDB

## Cloud Apps

* Google Analytics
* Google Spreadsheet
* Twitter
* Github Issues

## Others

* REST APIs / Remote JSON
* Web Page Scraping

## Custom Data with R Script

You can create your own custom data sources by writing R Script or using R packages like quantmod for financial data, gtrend for Google Trend, Rfacebook.

## User Defined Plugin

You can hook up your custom data source to Exploratory's Data Import Dialog UI by writing a plugin definition file (with data source definition like input parameters, underlying R function name, etc) with JSON format and corresponding R Script.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/data_import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
