As a data analyst, sometimes you’ll be called in to help figure out why a text file written on one platform (say Linux web server) won’t read into an application on another platform (say Windows PC app).
Often, the root cause is different character codes used to terminate lines in the text file.
Some applications have the extra functionality to handle multiple codes, others do not.
In those cases, you will need to help identify and fix the problem.
What: A free, simple utility...