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>
*[ ] Have you followed the guidelines in our Contributing document?
4
-
*[ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/c2fo/fast-csv/pulls) for the same update/change?
3
+
-[ ] Have you followed the guidelines in our Contributing document?
4
+
-[ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/c2fo/fast-csv/pulls) for the same update/change?
5
5
6
6
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
7
7
@@ -11,11 +11,11 @@
11
11
2.[ ] Does your submission pass tests?
12
12
3.[ ] Have you lint your code locally prior to submission?
13
13
4.[ ] Have you updated the docs?
14
-
*[ ] If you added new parsing or formatting options have you added them to the docs?
15
-
*[ ] If applicable have you added an example to the parsing or formatting docs?
14
+
-[ ] If you added new parsing or formatting options have you added them to the docs?
15
+
-[ ] If applicable have you added an example to the parsing or formatting docs?
16
16
17
17
### Changes to Core Features:
18
18
19
-
*[ ] Have you added an explanation of what your changes do and why you'd like us to include them?
20
-
*[ ] Have you written new tests for your core changes, as applicable?
21
-
*[ ] Have you successfully ran tests with your changes locally?
19
+
-[ ] Have you added an explanation of what your changes do and why you'd like us to include them?
20
+
-[ ] Have you written new tests for your core changes, as applicable?
21
+
-[ ] Have you successfully ran tests with your changes locally?
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