You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* vulns + prettier format
* remove fast csv 18 as part of test and set engine version
* Update documentation/docs/parsing/events.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* try 22, 24
* revert prettier format so it can be its own commit
* couple more reverts
* add format check + format write script + run check in CI
* use prettier ignore file
* pnpm format
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,32 +12,29 @@ Fast-csv is library for parsing and formatting CSVs or any other delimited value
12
12
13
13
## Features
14
14
15
-
* CSV Formatting
16
-
* CSV Parsing
17
-
* Built using typescript.
18
-
* Flexible [formatting](https://c2fo.github.io/fast-csv/docs/formatting/options) and [parsing](https://c2fo.github.io/fast-csv/docs/parsing/options) options, to fit almost any scenario.
19
-
* Built with streams first to avoid creating large memory footprint when parsing large files.
20
-
* Battle tested in production, parsing and formatting millions of records every day.
15
+
- CSV Formatting
16
+
- CSV Parsing
17
+
- Built using typescript.
18
+
- Flexible [formatting](https://c2fo.github.io/fast-csv/docs/formatting/options) and [parsing](https://c2fo.github.io/fast-csv/docs/parsing/options) options, to fit almost any scenario.
19
+
- Built with streams first to avoid creating large memory footprint when parsing large files.
20
+
- Battle tested in production, parsing and formatting millions of records every day.
21
21
22
-
## Install
22
+
## Install
23
23
24
24
See [installation docs](https://c2fo.github.io/fast-csv/docs/introduction/install)
25
25
26
26
## Packages
27
27
28
-
29
-
*`fast-csv` - One-stop shop for all methods and options from `@fast-csv/format` and `@fast-csv/parse`. [Get Started!](https://c2fo.github.io/fast-csv/docs/introduction/getting-started)
30
-
*`@fast-csv/parse` - Parsing package, use this if you only need to parse files. [Get Started!](https://c2fo.github.io/fast-csv/docs/parsing/getting-started)
31
-
*`@fast-csv/format` - Formatting package, use this if you only need to format files. [Get Started!](https://c2fo.github.io/fast-csv/docs/formatting/getting-started)
28
+
-`fast-csv` - One-stop shop for all methods and options from `@fast-csv/format` and `@fast-csv/parse`. [Get Started!](https://c2fo.github.io/fast-csv/docs/introduction/getting-started)
29
+
-`@fast-csv/parse` - Parsing package, use this if you only need to parse files. [Get Started!](https://c2fo.github.io/fast-csv/docs/parsing/getting-started)
30
+
-`@fast-csv/format` - Formatting package, use this if you only need to format files. [Get Started!](https://c2fo.github.io/fast-csv/docs/formatting/getting-started)
32
31
33
32
## License
34
33
35
34
MIT <https://github.com/C2FO/fast-csv/raw/main/LICENSE>
0 commit comments