# @fast-csv/format

> fast-csv formatting module

Latest version **5.0.7** (published 2026-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fast-csv/format
pnpm add @fast-csv/format
yarn add @fast-csv/format
bun add @fast-csv/format
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 5.0.7 |
| Published | 2026-05-06 |
| First published | 2019-12-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 39.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1789 |
| Author | doug-martin |
| Maintainers | damartin, zackerydev, juan-c2fo, dustinsmith1024 |
| Keywords | csv, format, write |

## Links

- npm: https://www.npmjs.com/package/@fast-csv/format
- Repository: https://github.com/C2FO/fast-csv
- Homepage: https://c2fo.github.io/fast-csv/docs/formatting/getting-started/
- Issues: https://github.com/C2FO/fast-csv/issues
- npm.io page: https://npm.io/package/@fast-csv/format

## Dependencies (1)

- [lodash.escaperegexp](https://npm.io/package/lodash.escaperegexp.md) ^4.1.2

## Alternatives

- [csv-to-markdown-table](https://npm.io/package/csv-to-markdown-table.md) — 47.0K weekly downloads
- [@sapphire/ratelimits](https://npm.io/package/@sapphire/ratelimits.md) — 4.4K weekly downloads
- [js-csvparser](https://npm.io/package/js-csvparser.md) — 2.0K weekly downloads
- [@adadapted/js-sdk](https://npm.io/package/@adadapted/js-sdk.md) — 251 weekly downloads
- [@grapecity/spread-sheets-sparklines](https://npm.io/package/@grapecity/spread-sheets-sparklines.md) — 103 weekly downloads

## Recent versions

- 5.0.7 (latest) — 2026-05-06
- 5.0.5 — 2025-08-04
- 5.0.2 — 2024-10-22
- 5.0.0 — 2024-01-13
- 4.3.5 — 2020-11-03
- 4.3.4 — 2020-11-03
- 4.3.3 — 2020-10-30
- 4.3.1 — 2020-06-23
- 4.3.0 — 2020-05-27
- 4.2.0 — 2020-05-19
- 4.1.5 — 2020-05-15
- 4.1.4 — 2020-05-15
- 4.1.2 — 2020-03-12
- 4.1.1 — 2020-02-19
- 4.0.3 — 2020-02-14
- … 4 more at https://npm.io/package/@fast-csv/format/versions

## README

<p align="center">
  <a href="https://c2fo.github.io/fast-csv" target="blank"><img src="https://c2fo.github.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
</p>

[![npm version](https://img.shields.io/npm/v/@fast-csv/format.svg)](https://www.npmjs.org/package/@fast-csv/format)
[![Build Status](https://travis-ci.org/C2FO/fast-csv.svg?branch=master)](https://travis-ci.org/C2FO/fast-csv)
[![Coverage Status](https://coveralls.io/repos/github/C2FO/fast-csv/badge.svg?branch=master)](https://coveralls.io/github/C2FO/fast-csv?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/C2FO/fast-csv/badge.svg?targetFile=packages/format/package.json)](https://snyk.io/test/github/C2FO/fast-csv?targetFile=packages/format/package.json)

# `@fast-csv/format`

`fast-csv` package to format CSVs.

## Installation

[Install Guide](https://c2fo.github.io/fast-csv/docs/introduction/install)

## Usage

To get started with `@fast-csv/format` [check out the docs](https://c2fo.github.io/fast-csv/docs/formatting/getting-started)

---
_Source: https://npm.io/package/@fast-csv/format · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
