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

# Import Points

## About this Block

**What it does:**
The Import Points block imports a list of points from a CSV file. This file must be formatted as "x, y, z" without any headers.

**Tips:**

* The Units input will define the point units.
* For information on all import/export file types: ([https://support.ntopology.com/hc/articles/360048249514](https://support.ntopology.com/hc/articles/360048249514))

***

Import a list of points from a CSV file. Each row of the file should be formatted as "x, y, z"

### Inputs

| Name  | Type                                               | Description                                 |
| ----- | -------------------------------------------------- | ------------------------------------------- |
| Path  | [Path](../../../../block-documentation/types/path) | Source File.                                |
| Units | Length Unit Enum                                   | The units of the points in the source data. |

### Outputs

| Type                                                      |
| --------------------------------------------------------- |
| [Point List](../../../../block-documentation/types/point) |
