> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Import DC File

The tutorial makes use of the `dc_shape` dataset, which can be ingested from
the [data file](https://raw.githubusercontent.com/kineticadb/kinetica-docs/master/content/examples/data/dc_shape.csv) mentioned above.

To ingest the file using [GAdmin](/content/admin/gadmin):

1. Navigate to *GAdmin* and log in (`http://localhost:8080/`)
2. In the top menu, click **Data --> Import**
3. In the top right corner, click **Advanced CSV Import**
4. Click **Select File** and select the data file from your local
   directory
5. Leave the default options and values for the rest of **Step 1**
6. Under **Step 2**, change **Schema** to
   `graph`
7. Under **Step 3: Confirm**, click **Import CSV**

The file will be validated and records will be inserted.
