Socket
Socket
Sign inDemoInstall

flora-csv

Package Overview
Dependencies
2
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    flora-csv

CSV data source for Flora


Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

Flora CSV DataSource

Build Status NPM version Dependencies

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

FAQs

Last updated on 26 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc