Bug 165744 - Text Import Dialog: remember separator option
Summary: Text Import Dialog: remember separator option
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
25.2.0.3 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bisected
Depends on:
Blocks:
 
Reported: 2025-03-14 16:36 UTC by VBB
Modified: 2025-03-30 08:27 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description VBB 2025-03-14 16:36:01 UTC
Description:
I believe Calc 25.2.0.3 introduced new automatic/detected separator option, which is now default when opening Text Import dialog. Previously "Separated By" was the default option and worked very well for me, because I needed to paste a lot of columns separated by '='.

So I request to make Text Import dialog remember previous separator option.

Steps to Reproduce:
1. Paste some text using import dialog
2. Choose "Separated By"
3. Click "Ok"
4. Paste text using import dialog again

Actual Results:
Automatic is selected by default (sorry don't remember the exact name of that new 3rd option)

Expected Results:
"Separated By" is selected by default


Reproducible: Always


User Profile Reset: No

Additional Info:
Reproducible since libreoffice-25.2.0.3 flatpak version
Comment 1 Saburo 2025-03-30 08:27:31 UTC
Status will not be changed due to enhancement request.

Options are no longer retained from the following commit.

commit 565b619d57a3b98b0826c4b49dee6606f9ae70e0
author	Gabriel Masei <gabriel.masei@1and1.ro>	Tue Apr 09 13:07:18 2024 +0300

tdf#160582 Preserve settings saving in csv import dialog

Also, improve detection algorithm by replacing the limit
of 20 lines with a time limit of 500ms.