# Configuring column content types for CSV files

## Available column content types

When Textual processes a CSV file, it identifies the content of each column as one of the following:

* **Sensitive -** The column values are of a single type and format, and the values match an entity type.
* **Not sensitive -** The column values are of a single type and format, but the values do not match an entity type.
* **Unstructured -** Each column value might contain multiple entities of different types. For example, a column that contains notes or a longer description.

## Selecting the column content type

From the file preview, you can review and change the content type assignments for each column.

To change the assigned CSV column content type:

1. In the output table heading, click the dropdown icon.

<figure><img src="/files/gncCwy4RS0dej546GDgj" alt=""><figcaption><p>Column configuration panel for a CSV column</p></figcaption></figure>

2. On the configuration panel, click the column content type.
3. If you clicked **Sensitive**, then from the **Column entity type** dropdown list, select the entity type for the column values. Textual displays the current configured handling type for the selected entity type.
4. If you clicked **Sensitive** or **Not Sensitive**, then to save the changes, click **Save**.\
   \
   Changing the content type to Unstructured requires a rescan of the file. If you clicked **Unstructured**, then:
   1. To save the changes and rescan the file, click **Save & Scan**.
   2. To save the changes, but not rescan the file, click **Save**. If you save without rescanning the file, then Textual marks the file as requiring a rescan.


---

# 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.tonic.ai/textual/datasets-preview-output/dataset-file-preview/file-preview-redacted-file/configuring-column-content-types-for-csv-files.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.
