Has anyone had an issue when writing to text file, it prefixes each entry with a 'space' character?
It is writing each new line nicely, appending to the existing data, but the data it writes always is inserted with a leading space.
I can confirm the row being sent to be added to the text file does not have any leading space:
When this is written, a space is appearing!