Lucas Lemos
Lucas Lemos
About number 2, I think that the best solution would be to move the columns argument into the options object, this way the user could specify which columns he wants...
About 1, would be the case to think about adding a generic parameter to stringify to specify the type of the input object or am I wrong? I didn't fully...
And about 3, I think that the examples would do a good job, but I'll take a deep look at the code you provided as a simple solution and see...
I took a deeper look at the csv-string implementation and it really looks simpler. I still stand with the idea of passing columns through the options object though which it...
I didn't specifically thought about order, but your suggestion is good. But in this case a normal array wouldn't do the job? Why a array of arrays? Didn't manage to...
Nice, I got the idea, thanks for your suggestions! I'll make a PR this week with the modifications
Looking at it right now.
Another tests on the same file also use echo, would it be the case to refactor them all or just this one?
You're welcome, I'll try to open a PR for solving this still today. I'm looking out for probable replacements for echo if it's a windows environment.
One last thing, in which case that error is thrown? Because as far as I know, echo is really a command in the windows CMD, but you made it look...