Hi using “papa parse” to insert a new whole document. Assuming I have this on the db and i want to convert this to a csv column title :
“notifications”: {
“notifyDeliveries”: true,
…
}
Should the title of that column be:
notification.notifyDeliveries
?
Thanks.