-
After upgrading to the latest version of all packages, I'm getting this type error:
```
../../common/temp/node_modules/.pnpm/@types+json2csv__plainjs@6.1.0/node_modules/@types/json2csv__plainjs/sr…
-
Hi,
I've tried implementing the simple example provided in the docs, but I'm getting the error below. I've also tried using the plain JS version of Shepherd, and I'm getting the same error.
Cheers,
…
-
When trying to use this library, I am getting type errors from inside node_modules:
```
../../common/temp/node_modules/.pnpm/@types+json2csv__plainjs@6.1.0/node_modules/@types/json2csv__plainjs/sr…
-
1. Using version: `@json2csv/plainjs@6.3.1`
2. Node/Browser versions: node v18.16.0, chromium 112 running inside Electron app
3. [sample project with reproduction](https://github.com/morphatic/elect…
-
I have been using the old version of json2csv, and am updating to the new @json2csv/node version for the AsyncStream. After installing one or more of the components (@json2csv/plainjs, @json2csv/node,…
-
I think the installation instructions on https://juanjodiaz.github.io/json2csv/#/quick-start are not correct. For Parser it says to install '--save @json2csv/parsers' but the Usage example shows 'impo…
-
```
const data = {
'key1': ['data1', 'data2'],
'key2': {
'subkey1': 'subdata1',
'subkey2': 'subdata2'
},
'key3': "data3"
}
```
I want 3 json 1st should not …
-
Hi!
I'm not experienced with this type of import, but should I be able to use "plainjs" in the browser just like that? 🤔
```html
import { Parser } from 'https://cdn.jsdelivr.net/np…
-
1. Include the version of json2csv used and the interface that you are using (plainjs, node or whatwg). : On latest version v7.0.1
2. Include your node version or your browser vendor and version.…
-