Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

WSDOT-GIS/CSV-Reader

Repository files navigation

⚠️ THIS PROJECT IS NO LONGER ACTIVE ⚠️

CSV Reader

An AMD JavaScript library for parsing CSV. A sample application is available here (source).

Components

main.js

This is the main module that contains the CSV parsing code.

csvArcGis.js

This is intended for use with the ArcGIS API for JavaScript. Functions available for converting a CSV point coordinates and converting it into Graphic objects.

csvHtml.js

Contains functions for converting CSV to HTML tables.

Documentation

The JavaScript files contain JSDoc comments. This is currently the only documentation available.

Acknowledgements

License

The MIT License (MIT)

See LICENSE file for details.