Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Since the JSON builder was used, writing to file with JSON output type does a double conversion and breaks it. I changed the output type to CSV, used null delimiter '\0', and changed to Never for Quote Output Fields. This does the trick and gets rid of the extra delimiter ‘\’.