I’m switching from OpenOffice to LibreOffice. Almost everything I know about databases has been gleaned from the internet so my knowledge is very patchy, and I need answers in simple English please.
I need to generate an XML file from a collection of data (tables or spreadsheets), preferably a relational database which I’ll create.
Is there an “elegant” way to do this?
In OpenOffice Base I have used a Select statement to achieve this (conditionally wrapping the xml tags around items from tables), but then needing to import into a spreadsheet, save as csv, open in a reader app, replace tabs with carriage returns, and so on.
I’ve also tried doing it as a Mail Merge scenario but it is also very messy.
I reckon there must be something I just haven’t discovered yet, because this scenario seems such a basic thing for a database (or other) to be able to do.
Within reason, I’m capable of doing a basic level of programming I think this task should require.
I’d very much appreciate a point in the right direction, before I spend a lot of time researching many possibilities.
So far it appears to me that I’m going to have to write an export filter. Is there a simpler solution?
Thanks in advance.