I have started to use (or, try to use) sqlite for a simple catalog. What I want to do is be able to take out the information for each catalogued item from the sqlite, and export it into a text file. e.g.
Title1, Genre1, Author1
Title2, Genre2, Author2
Title3, Genre3, Author3
I don't want these to be in columns, just a single line. Also, is there a way to use multiple different separators?
This seems like it should be relatively easy to do, but I am totally new to this and can't figure it out.