Closed terryweiss closed 6 years ago
Are you testing against the master branch version of the library (we haven't released a new version to npm yet)?
I just published an alpha version 4.0.0-alpha.1
cc @juanjoDiaz
Yup, sounds like using the old version of the library. Version 4.X should solve it.
Any reason to publish alpha instead of publishing 4.0.0 directly? What are the steps to move away from alpha?
Just wanted to do a quick release that we can try out before doing a 4.0. Mainly to catch anything we missed without affecting too many people.
I'm running this now. It has not caused any issues yet and the readme matches the API I am seeing. Thanks for the quick response. If there is anything further I can do to help, let me know.
I assume this should stay open until 4.0 is released?
v4.0.0 Released
Include the command or code you used.
const Json2csvTransform = require('json2csv').Transform;
Include a sample dataset that we can test against. any
Include your output/error. Transform not found
I looked at the code installed by npm and the code in master and
Transform
is not exported. I will use json2csv-stream instead and I will be happy to to issue a PR with an updated readme, but I want to make sure I understand the expectations. Is this supposed to be part of the feature set? Is the new-api branch's readme the correct one?Terry