Is there a way to control table formatting when converting docx to txt?

I have a bit of a problem—docx to txt using soffice will add a return for each new column in the text file. I don’t want this—it looks strange. Is there a way to change the table formatting of the .txt file for conversion?
Ex: .docx formatting:
sometitle
some album
some track

Ex. .txt formatting:

sometitle


some album

some track