https://github.com/potofcoffee2go/node-red-contrib-fast-csv
:memo: Node-Red node using fast-csv parser/formatter
https://github.com/potofcoffee2go/node-red-contrib-fast-csv
Last synced: 4 months ago
JSON representation
:memo: Node-Red node using fast-csv parser/formatter
- Host: GitHub
- URL: https://github.com/potofcoffee2go/node-red-contrib-fast-csv
- Owner: PotOfCoffee2Go
- License: mit
- Created: 2017-07-20T21:22:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T08:50:00.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T21:39:08.492Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-fast-csv
>**Fork Notice**
>
>This is a **fork** of [node-red-contrib-fast-csv](https://github.com/PotOfCoffee2Go/node-red-contrib-fast-csv).
>It has been updated to support `@fast-csv/parse` and `@fast-csv/format` v5+.
>
>Please report issues or bugs **on this fork**, not the original project.
Node-Red node using fast-csv parser/formatter
This is a drop-in replacement for the node-red default `csv` node. The node
uses the [C2FO fast-csv](https://github.com/C2FO/fast-csv) library to perform
the parsing of CSV data to a JS Object and formating of JS Object to CSV.
The node configuration is straight forward and covers most commonly used CSV
variations. See [fast-csv usage](https://github.com/C2FO/fast-csv#usage) for
more info on configuration parameters.
The node displays status messages under the node indicat parsed and formatted
record counts.
enjoy!