I have an output that writes to a CSV file. My Questions are:
- I cannot figure out to get it to consistently overwrite the same CSV file - “example.csv” - each time it’s triggered.
- How do I get it to NOT write out the FieldName before writing the value – I want only the value .
Thanks