REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
[TM] TSV exporter
- 
					
					
					
					
 Hello, If I export my table in a CSV with stringified JSON, the JSON part will be in separated columns (because separated by commas, obviously). 
 Is there a way to have a TSV exporter by all means ? Maybe someone had this issue already and know a good quick fix ?Thanks, 
 Best regards,
- 
					
					
					
					
 Little temporary hotfix : - JSON.stringify(actionUp).replace(/,/g, '|') to store it
- JSON.parse(prq_visitor.actions_list.replace(/|/g, ',')) to use it
 That's annoying but I have a clean usable CSV, and it's easy to ctrl+H in the JSON column to replace the | by , Still waiting for an update for a better way to do it ^^ See you soon, 
 Best regards,