Skip to content

CSV To Datatable

A simple parser for UTF-8 encoded, comma separated .csv files.

Available in: App Page · Home Page · Record Page

csv-to-datatable

Read on Medium

How to Build a Simple CSV Parser with Lightning Web Components

How to Build a Simple CSV Parser with Lightning Web Components

Usage

html
<c-csv-to-datatable></c-csv-to-datatable>

The component is self-contained: after uploading a UTF-8 encoded, comma separated .csv file, the parsed rows are displayed in a datatable.

Released under the MIT License.