Juanjo Diaz

Results 121 comments of Juanjo Diaz

Superseded by #336

It already throws an error. It only doesn't if you use the sync API and pass the fields manually. I guess that that's because you might have a JSON array...

This does not happen in v6 which was just published as a separate package: https://www.npmjs.com/package/@json2csv/node Although, the API has changed to make the async api more similar than the other....

Yup. I'd consider it deprecated. And I think that you'd do well moving to v6 🙂

Hi @TacticalMask , I definitely seem like an escaping issue. What do you mean when you say that some lines have the wrong new line but others done? What differences...

Regarding the console issue, it sounds like an issue on your script. Have you script that json2csv is returning the correct exit code? Are you doing any other check or...

Hi all, The reason for it to be like this is that `undefined` means that the field was empty while `null` means that the value `null` was there. For example,...

Hi @adbar , The `is_known` function only look if the word is in dictionary. This is how it always worked (even before the refactoring to classes). And you are right....

> It turns out I actually use `is_known()` so it was a mistake to alter its functioning. It can be useful to know if a token is a dictionary word...

I'm still looking for this functionality. Any progress on this?