Parse CSV

Parse a string as a CSV file

by @pixiebrix

How to Use

No instructions provided yet. Have questions?
Ask the PixieBrix Community!


Inputs

Name Required Type Description
content string The contents of the CSV file

Outputs

Name Required Type Description
data array The rows of the CSV, with a property for each header/column
meta object

Related Tags