@fast-csv/format

WebJar for @fast-csv/format

License

License

MIT
Categories

Categories

CSV Data Data Formats ORM
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fast-csv__format
Last Version

Last Version

4.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

@fast-csv/format
WebJar for @fast-csv/format
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/C2FO/fast-csv

Download fast-csv__format

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/fast-csv__format/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fast-csv__format</artifactId>
    <version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fast-csv__format/
implementation 'org.webjars.npm:fast-csv__format:4.3.1'
// https://jarcasting.com/artifacts/org.webjars.npm/fast-csv__format/
implementation ("org.webjars.npm:fast-csv__format:4.3.1")
'org.webjars.npm:fast-csv__format:jar:4.3.1'
<dependency org="org.webjars.npm" name="fast-csv__format" rev="4.3.1">
  <artifact name="fast-csv__format" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fast-csv__format', version='4.3.1')
)
libraryDependencies += "org.webjars.npm" % "fast-csv__format" % "4.3.1"
[org.webjars.npm/fast-csv__format "4.3.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.npm : lodash.isnil jar [4.0.0,5)
org.webjars.npm : lodash.isboolean jar [3.0.3,4)
org.webjars.npm : lodash.escaperegexp jar [4.1.2,5)
org.webjars.npm : lodash.isfunction jar [3.0.9,4)
org.webjars.npm : lodash.isequal jar [4.5.0,5)

Project Modules

There are no modules declared in this project.

fast-csv Logo

npm version Build Status Coverage Status Known Vulnerabilities

Fast-csv

Fast-csv is library for parsing and formatting CSVs or any other delimited value file in node.

Features

  • CSV Formatting
  • CSV Parsing
  • Built using typescript.
  • Flexible formatting and parsing options, to fit almost any scenario.
  • Built with streams first to avoid creating large memory footprint when parsing large files.
  • Battle tested in production, parsing and formatting millions of records every day.

Install

See installation docs

Packages

  • fast-csv - One stop shop for all methods and options from @fast-csv/format and @fast-csv/parse. Get Started!
  • @fast-csv/parse - Parsing package, use this if you only need to parse files. Get Started!
  • @fast-csv/format - Formatting package, use this if you only need to format files. Get Started!

License

MIT https://github.com/C2FO/fast-csv/raw/master/LICENSE

Meta

org.webjars.npm

C2FO

Versions

Version
4.3.1