CSVParser

Type class

Tool to parse JSON string into structured data.

Click here for more info

Sources

CSVParser can be used (imported) via one of the following packages.

// CSVParser is available in all of the following modules.
// You only need to import one of them.

/**
 * --------------------------------------------------------
 * Import from: "index.ts"
 * Use like: am5.CSVParser
 * --------------------------------------------------------
 */
import * as am5 from "@amcharts/amcharts5";

// CSVParser is available in all of the following modules.
// You only need to import one of them.

/**
 * --------------------------------------------------------
 * Include via: <script src="index.js"></script>
 * Access items like: am5.CSVParser
 * --------------------------------------------------------
 */

Inheritance

CSVParser does not extend any other symbol.

CSVParser is not extended by any other symbol.

Settings

CSVParser does not have any settings.

Private settings

CSVParser does not have any private settings.

Properties

CSVParser does not have any properties.

Methods

parse(

input: string,
options?: ICSVParserOptions

)

#

Static

Returns any

Parses CSV string.

Events

CSVParser does not have any events.