Bug 159053 - csv import broken, no columns
Summary: csv import broken, no columns
Status: RESOLVED FIXED
Alias: None
Product: parley
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Frederik Gladhorn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-10 03:07 UTC by Falk Dechent
Modified: 2008-03-24 14:24 UTC (History)
0 users

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 Falk Dechent 2008-03-10 03:07:17 UTC
Version:            (using KDE 4.0.2)
Installed from:    Debian testing/unstable Packages

try this:
open existing kvtml file (in my case 2 languages 300 Vocs)

Lektion1 | deutsch | russisch

save as csv
open as csv
only one column left with

DefaultLesson | deutsch;russisch

somehow the importfunction is broken
Comment 1 Frederik Gladhorn 2008-03-24 14:00:17 UTC
I cannot reproduce this, a document with two languages and 4000 entries worked fine with export/import as cvs. Of course all information but the words themselves is lost.
Comment 2 Frederik Gladhorn 2008-03-24 14:24:10 UTC
SVN commit 789504 by gladhorn:

Preserve the csv delimiter when opening a document.
Only documents with TAB were read properly.
BUG: 159053


 M  +4 -0      keduvocdocument.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=789504