I want to use a Python software which reads data in columns from an ASCII File.
The Problem is that each new line shoud be seperated only by "\n" and not by "\n\r" as in files which Export[filename, data, "Table"]does.
Question: Is it possible to Export data with Mathematica by specifying that only "\n" should be used at end of each line?