> ## 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.

# Extract Row

> AI context for Extract Row. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/extract-row).

## Summary

Extract a row from a table.

## Package Details

| Field            | Value                            |
| ---------------- | -------------------------------- |
| **ID**           | `extract-row`                    |
| **Type**         | Block                            |
| **Author**       | nTop                             |
| **Version**      | 1.0.0                            |
| **nTop Version** | 5.44+                            |
| **Domain**       | Geometry                         |
| **Complexity**   | Beginner                         |
| **Tags**         | `table`, `row`, `data`, `lookup` |
| **License**      | MIT                              |
| **Verified**     | Yes                              |

***

Extract a row from a table.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/extract-row/`.

## Inputs

| Name    | Type    | Description             |
| ------- | ------- | ----------------------- |
| `Table` | table   | Starting table          |
| `Row`   | Integer | Index of row to extract |

## Outputs

| Name  | Type        | Description                      |
| ----- | ----------- | -------------------------------- |
| `Row` | list\<text> | Extracts an element from a table |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/extract-row](https://community.ntop.com/packages/ntop/extract-row)
