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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/modeling/views/parameters/uploaded-table-name",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# uploaded_table_name

> Unique identifier for views created from uploaded CSV/XLSX files.

This parameter is not modifiable.

<Tip>
  Check out the [Uploading CSVs guide](/analyze-explore/data-input-csvs) for more information about file uploads & data input tables.
</Tip>

## Syntax

```yaml theme={null}
uploaded_table_name: filename::uuid
```

## Properties

<ParamField path="uploaded_table_name" type="string">
  A unique identifier in the format `filename::uuid`, used by Omni to identify the uploaded table in Omni storage.
</ParamField>

## Examples

```yaml title="Uploaded products CSV" theme={null}
uploaded_table_name: products.csv::1a3497f5-cba8-47c0-bab9-b2df84d1b141
```
