How do I save a text file as unix LF instead of Windows CRLF?

I was wondering if there is any way (possibly using python) to have the File Out DAT save the text file with Unix style line termination (LF only aka “Line Feed”) instead of Windows style line termination (CR LF aka “Carriage Return + Line Feed”) as I’m trying to create XML files for use on GrandMA2 lighting consoles and they do not accept XML files with CRLF line terminations.

Is this doable (even with Python?) or is this a feature request…