Skip to content Skip to sidebar Skip to footer

Text File Creation Issue Where New Lines Created When Not Really Eol

I am importing some text data from a set of files I have created in python (converting metadata/xml records to text) into excel. It mostly works fine except that there are new line

Solution 1:

Found the answer....simply added .replace('\n','') to command that wrote each entry. Should have thought of this a few hours ago!!!


Post a Comment for "Text File Creation Issue Where New Lines Created When Not Really Eol"