> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.stringtableentry/yarn.unity.stringtableentry.parsefromcsv.md).

# ParseFromCSV(string)

Method in [StringTableEntry](/api/csharp/yarn.unity/yarn.unity.stringtableentry.md)

## Summary

Reads comma-separated value data from `sourceText` , and produces a collection of [StringTableEntry](/api/csharp/yarn.unity/yarn.unity.stringtableentry.md) structs.

```csharp
public static IEnumerable<StringTableEntry> ParseFromCSV(string sourceText)
```

## Parameters

| Name                | Description                             |
| ------------------- | --------------------------------------- |
| `string` sourceText | A string containing CSV-formatted data. |

## Returns

The parsed collection of [StringTableEntry](/api/csharp/yarn.unity/yarn.unity.stringtableentry.md) structs.
