I have written Java code that prepares a .txt file with tab delimited data in it. This file is then to be supplied to another software to parse the data. However, this other software is unable to load the data.
But when I copied the data from the .txt file to Excel and then copied from Excel into a new .txt file, the software was then able to read this new .txt file. I am completely lost as to what is the difference between the initial .txt file generated by my code and the new .txt file after pasting from Excel.