I have been testing how full Zendesk JSON exports behave when you need to inspect or migrate them. A few details are easy to miss: - Some exports are NDJSON: one JSON object per line rather than one JSON array. Reading line by line is safer for large archives. - Conversations need to preserve commen
I have been testing how full Zendesk JSON exports behave when you need to inspect or migrate them. A few details are easy to miss: - Some exports are NDJSON: one JSON object per line rather than one JSON array. Reading line by line is safer for large archives. - Conversations need to preserve commen