@fast-csv/parse

WebJar for @fast-csv/parse

Лицензия

Лицензия

MIT
Категории

Категории

CSV Данные Data Formats
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

fast-csv__parse
Последняя версия

Последняя версия

4.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

@fast-csv/parse
WebJar for @fast-csv/parse
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать fast-csv__parse

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash.groupby jar [4.6.0,5)
org.webjars.npm : lodash.isfunction jar [3.0.9,4)
org.webjars.npm : lodash.uniq jar [4.5.0,5)
org.webjars.npm : lodash.isundefined jar [3.0.1,4)
org.webjars.npm : lodash.isnil jar [4.0.0,5)
org.webjars.npm : lodash.escaperegexp jar [4.1.2,5)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
4.3.2
4.3.1