Menu

Command line CSV export

Help
sophocles7
2017-12-12
2018-01-05
  • sophocles7

    sophocles7 - 2017-12-12

    Is it possible to do a CSV export from the command line, or if not, can I request this as a new feature?

    Thanks

     
    • Hern0pa

      Hern0pa - 2018-01-03

      I doubt the author will add any feature from now on, however, exporting shouldn't be too hard: you can write a simple python program to read the firebird database and export to whatever format you wish.

       

      Last edit: Hern0pa 2018-01-03
    • Hern0pa

      Hern0pa - 2018-01-05

      There's a tool out there doing export from Firebird databases, maybe that will help you?
      http://fbexport.sourceforge.net/fbexport.html
      I've drafted a little script to roughly export things to csv in Python there: https://github.com/glubsy/gfy-mp4-fetch/blob/master/export_to_csv.py

      I don't advise in using it, it's not complete and I'm not familiar enough with the VVV firebird database structure to go any further for now. But you can finish it yourself if you know what you're doing. ;)

       

Log in to post a comment.