I have a JSON array that I want to write to a local CSV file. I have the JSON array from a split out widget, and connected that to a convert to CSV. The Convert to CSV Widget works (it lets me download a csv file in GUI), but how do I actually WRITE that file??? I added a Read/Write To File Widget (seems obvious), but no matter what I try for the input, I get the error ERROR: [RE-WRAPPED]: The item has no binary field X [item 0] in the Write File Widget.
After I have converted the JSON to a csv, how do I actually write?