-
Hello guys, thx for this awesome library, I just have small question, because the docs doesn't say nothing about it. I would like to know how can I know when the parsing process has finished in order …
-
Version - 4.3.4
node - 11.9.0
I ran the following code:
```
const Json2csvParser = require('json2csv').Parser
const fields = ['data.repository.pullRequests.nodes.author.login', 'data.repos…
-
**Description:** Using unwind and flatten creates empty cells by pushing cell data down into rows below. How can I achieve the desired output?
**json2csv Version:** 4.3.3
**Node Version:** 10.14.1
…
-
I have exported the data-list successfully. but my headers and some data characters have chinese . they turn to messy code like "烫烫烫"。
so .is there any setting there to set the unicode
-
## Background Information
- Module Version: `3.4.1`
- Node/Browser Version: `8.12`
The issue I'm reporting is with:
- [ ] json2csv
- [x] csv2json
I have...
- [ x ] searched to see if an iss…
-
Is there any way to CSV export the results on Discover tab in Kibana 4 Beta 2?
**Edit 6 Sep 2018:** CSV reporting is available for free in X-Pack starting in version 6.0.0. Starting with 6.3.0, C…
-
### This is a proposal/future request
Current Angular CLI testing tools based on karma and jasmine that we all get use to it. But would you consider to support Jest as well https://github.com/faceb…
-
**Version json2csv**: 4.2.1
**Node version**: 8.12 (Win10)
I am experimenting huge gap of performance when using .parse
```(Typescript)
const ordersTrancoded = fs.readFileSync(`orders_daily.json…
-
```
var j2c = require('json-2-csv')
j2c.json2csv({header: "what's up, \"doc\""}, console.log)
> 'header\nwhat\'s up, "doc"\n'
```
2 problems with the above:
1. the ' was escaped correctly, but " was…
-
## Background Information
- Module Version: `3.0.0`
- Node/Browser Version: ` 11.6.0`
The issue I'm reporting is with:
- [x] json2csv
- [ ] csv2json
I have...
- [x] searched to see if an is…