Bug 213160 - 'Skip first row of file' functionality changes back all the headings to 'undefined' in CSV import dialogue.
Summary: 'Skip first row of file' functionality changes back all the headings to 'unde...
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 23:19 UTC by Sabine Faure
Modified: 2009-11-06 16:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2009-11-04 23:19:46 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- Go to file menu/Import/Import CSV file...
- click on the floppy disk button and browse to select a .csv file
- The headings are entitled 'Undefined'
- Change them into proper headings.
- Check the 'Skip first row of file' check box

The first row of file is removed but all the headings are changed back to 'Undefined'!



Trunk, Svn Rev 1044595
Comment 1 Tobias Koenig 2009-11-05 17:33:10 UTC
SVN commit 1045266 by tokoe:

Save/restore the field selection when skipping the first row

BUG: 213160


 M  +8 -1      csvimportdialog.cpp  
 M  +3 -0      csvimportdialog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045266
Comment 2 Sabine Faure 2009-11-06 16:29:27 UTC
It is corrected now.

The 'Skip first row of file' functionality works now and only the first row of file is removed.

Trunk, Svn Rev 1045634