Closed aastorkiza closed 3 years ago
Check out the API for fields
https://mircozeiss.com/json2csv/#example-fields-option
You can use the value
property on a field and return an empty string.
You can use the defaultValue
option and set it to ""
When i JSONToCSV it skips the null value, i would like to save it as "" in my csv.
The csv i get with the null: "MiNombre",,"MiApellido" The csv i need to get: "MiNombre","","MiApellido"