kaue / jsonexport

{} → :page_facing_up: it's easy to convert JSON to CSV

Home Page:http://kaue.github.io/jsonexport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No option to ignore fields / limit fields to export ?

srigiri92 opened this issue · comments

Currently Say I've json,
{
"firstName":"John"
"lastName":"Joe"
}

While Exporting can I export only "firstName", Is that possible ?

One alternate solution ,

omit fields before exporting , I've done using Lodash _.omit(jsonArray, fields)

commented

Related with #60