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.

// Import CSVParser
import * as am5 from "@amcharts/amcharts5";

// Create CSVParser
am5.CSVParser.new(root, {
  // ... config if applicable
});
<!-- Load CSVParser -->
<script src="index.js"></script>

<script>
// Create CSVParser
am5.CSVParser.new(root, {
  // ... config if applicable
});
</script>

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.