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

# Parse CSV

> Convert CSV to JSON

# Parse CSV

Convert CSV to JSON

## Properties

| Property   | Value     |
| ---------- | --------- |
| **Type**   | parse-csv |
| **Family** | Actions   |
| **Group**  | General   |

## Parameters

| Name      | Label     | Type   | Description | Required |
| --------- | --------- | ------ | ----------- | -------- |
| csv       | CSV       | String |             | Yes      |
| delimiter | Delimiter | String |             | No       |

## Outputs

| Name | Label | Type  | Description |
| ---- | ----- | ----- | ----------- |
| rows | rows  | array | Parsed rows |
