How may I edit an imported database from a TXT file?

Hi

I have a folder with a TXT file, and I have in that TXT file all the necessary information to create a database… all separated by commas… so I can import it perfectly in LibreOffice base, and I see it as a table with the fields and everthing fine… but… I don’t have a primary key, and also I cannot edit the current entries and add new ones… so how may I add new entries and edit the current ones?
The read TXT file and converted into a table, seems to be a read-only table, and I want to deal with it, entering new information or editing the current one… I really don’t know how to do this?
Any clues or ideas to do this?

Thanks

You need to add a PRIMARY KEY to your table. There are different ways to do this - see HERE. MTP’s suggestion (last posting) to copy your table and add the PK during that process might be the simplest.