I am currently running Version: 6.1.2.1, Build ID: 6.1.2.1-4.fc29 in fedora 29
(64 bit). Before today, I had not tried to update my Base table in over a year.
Today I noticed some strange anomalies.
-
I could not edit the data until I had altered the table design, making one
of my integer fields the primary key. Before, my table had no primary key. -
Within Base, with my table opened, I could not find a way to save
(i.e. export) the table data into a non-proprietary “delimited” text format
(e.g. csv file), rather than a proprietary format (e.g. such as an odt file).
See question 2 below, for elaboration of “delimited” text format. -
Within Base, with a new table created with no data, with the columns
designed appropriately, I could not find a way of importing a csv file.
Questions
-
How do I edit the data in a table in Base that has no primary key?
-
Within Base, with a table opened, how do I save the data into (for example)
a (standard) comma separated text file (with either the .txt or .csv) extension?
Here, standard denotes that each record goes on a separate line, that each field
ends in a comma (or some other otherwise unused delimiter), and that the text
file contains no other (special) information. -
Within Base, with a new empty table (no data), where the table’s fields are
formatted appropriately, how do I import data from a (standard) comma separated
text file, informing the table whether the delimiter is a comma or some other
(otherwise unused) character?