I'm trying to add some text to the end of a text file. When I use the "append text to file", KM sort of does it, but the file gets all messed up.
It adds \ to the end of every entry.
Then it adds an ugly header:
Text files mean files that aren't RTF files. RTF files are complex beasts, like maybe an MS Word or WordPerfect file. You can't just add text, as far as I know. But nothing is impossible. You may have to use different actions instead of the action you are currently using. For example you may be able to load the RTF file into the clipboard, then there may be a way to add text to the clipboard, then save it with the Write ClipBoard to File Using RTF action.
That's all I have to say at the moment. Feel free to ask for clarifications.
Search and Replace Clipboard the Named Clipboard, using regex, to replace ā\zā with your replacement text. The replacement text will have to be appropriately encoded if it includes any slosh () or percent (%) characters.
Ok, thank you. i see now. I suspected rtf was the problem. I learned a very handy short cut in textedit: shift+command+t. Solved so many problems i was having.