Bug 77160 - GUI for read/write access to .csv imported tables
Summary: GUI for read/write access to .csv imported tables
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CSV-Import
  Show dependency treegraph
 
Reported: 2014-04-07 22:31 UTC by edonkey2001-libreoffice
Modified: 2017-07-20 21:53 UTC (History)
2 users (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 edonkey2001-libreoffice 2014-04-07 22:31:40 UTC
Currently .csv tables are imported read-only in Base, there's no GUI to import them read-write
A SQL option exist:

CREATE TEXT TABLE "Example" ("ID" DATA PRIMARY KEY);
SET TABLE "Example" SOURCE "Example.csv";

but no graphical way to accomplish this same task
Comment 1 Robert Großkopf 2014-04-10 18:22:58 UTC
Don't know if it would be a good idea to make this connection reachable through the GUI. Only people who know about the problems of integrity of databases and would never touch the *.csv-file and work a little bit in it with a text-editor should be able to use this files.
Normal user should better use a system where the integrity of the data couldn't be touch of such a simple way.

I set this bug to new, because the functionality isn't there yet. But I won't vote for such a functionality.
Comment 2 Alex Thurgood 2015-01-03 17:39:10 UTC Comment hidden (no-value)