Does anyone know of a way to remove Null characters from a large text file?
I have a database set up to view connection logs on our company firewall which extracts all the information from the log so I can view specific connection details. The problem is that the Database ignores null characters and when I produce the connection log, there are null characters every 30 lines or so. As of now, I just remove them manually in my text editor, TextPad.
Is there a text editor that will find and replace null characters?