Skip to content

Repository files navigation

@florajs/datasource-csv

NPM version NPM downloads

Simple CSV data source for Flora.

Usage

<?xml version="1.0" encoding="utf-8"?>
<resource primaryKey="id" xmlns:flora="urn:flora:options">
    <flora:dataSource type="csv" delimiter=";" quote="">
        <flora:option name="data">
            id;name;birthday
            1;Alice;1979-12-31
            2;Bob;1977-06-11
        </flora:option>
    </flora:dataSource>
    <id type="int"/>
    <name/>
    <birthday type="date"/>
</resource>

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages