Actually, the function to open txt files as CSV is still there; it’s just Open dialog’s filter settings were changed. Now, CSV filter here only sees .csv extension. So, a workaround is to open such files in two stages:
- Select required file using “All files” or “Text (*.txt)”, so that the file name appears in the
File Name
input box;
- Now select the “Text CSV (*.csv)” filter, (the file name stays in the
File Name
) and click Open
.
Another workaround is to create a shell shortcut (.desktop/.lnk) with command line that would explicitly specify module or filter to use. E.g., something like this:
soffice --calc
or
soffice --infilter="Text - txt - csv (StarCalc)"
If you drag a file (e.g., a TXT) to such a shortcut, LO should open it using selected module/filter, and so make it more convenient to you if that’s a repeated task.
Of course, just renaming files to CSV would also help, but that’s not a solution, but just another (not always acceptable) workaround.