# Uploading Data to your Table

## Overview

Once you have created your table, you will need to upload data.   The easiest way to import data is through the Osmos Uploader.   It is a one-step process to create an Osmos Uploader *and* an Osmos Dataset Destination Connector. &#x20;

## Building an Osmos Uploader with Your Table&#x20;

Create an Uploader directly from your newly created Table.

Step 1:  From the Table list select **Create Uploader.**&#x20;

<figure><img src="/files/qVySK5kihBhhOfPmA42x" alt=""><figcaption></figcaption></figure>

Osmos automatically creates both the Uploader and a[ new Destination Connector](#osmos-dataset-connector).   When creating the Uploader directly from the Table, the name of both the Uploader and the Connector will be a combination of the dataset & table names.

Your new Osmos Uploader is ready for use!&#x20;

<figure><img src="/files/HrEFgcYsqRwoYcF0x69d" alt=""><figcaption></figcaption></figure>

## Uploading Table Data

You can use the Osmos Uploader within Osmos to import data into your table.  All standard Osmos Uploader functionality applies.  Click here to learn more about [Osmos Uploaders](/uploader.md).

## Dataset Table Actions

From a Dataset Table, you can take three actions:

1. View Table Schema
2. Download data in the table
3. Clone a Table.&#x20;

<figure><img src="/files/lg67sT8brBMuRDM5c77C" alt=""><figcaption></figcaption></figure>

### View Table Schema

In the table schema, you can Clone the table, delete the table, view the schema, and view related connectors.

Default view displays the schema:

<figure><img src="/files/oPD3dDe0rEMBPmz4jPP7" alt="" width="563"><figcaption></figcaption></figure>

Selecting the Connectors tab displays the related connector(s). &#x20;

<figure><img src="/files/zBfC32wl3YsT3PrARhsd" alt="" width="563"><figcaption></figcaption></figure>

### Download and View Data

Clicking on the download icon under Actions downloads all of the data that resides in your Table.  This will download your dataset into a CSV file format for review.&#x20;

Other methods:

1. Click on the Query Builder icon for the Dataset.  This will launch the Query Builder for you to create the table or cross-table view.
2. Click on the individual Table Name.  This will launch table detail via the Query Builder.
3. You can also view the imported data directly from the Uploader. You can link directly by clicking on the Uploader Status field or the Actions, on the right.&#x20;

<figure><img src="/files/G7xrLWy9hWp7cU9sH1kJ" alt="" width="375"><figcaption></figcaption></figure>

### Cloning Table Data

Tables can be duplicated into existing Datasets or a different Dataset. Note, that this process will duplicate all of the data in addition to the schema.  You can edit the schema before the completion of the cloning.

<figure><img src="/files/2d04rlQRzBBoRHVlfSBi" alt=""><figcaption></figcaption></figure>

**Step 1:** From the Table list select the **Clone Table** icon.

**Step 2:**  Select a **Project ID.**

**Step 3**:  Select a **Dataset Name.**

**Step 4:**  Provide a **Table Name.**

**Step 5:**  Select **Clone.**

**Step 6**:  Make any edits to the newly created table.  These include adding/deleting/changing field names, field types, and required status', along with setting primary keys.&#x20;

**Step 7**:  Select **Save**.

<figure><img src="/files/gDX7ERBHUqIWMzuAaxm9" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.osmos.io/datasets/getting-started/uploading-data-to-your-table.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.
