export several reports to csv in one command

(3 posts) (2 voices)

Tags:

  1. Johan, Member

    Hi,

    I've got several(20) reports to run on a regular basis. All contain one table and I need an export to csv.
    Now i've got to run one by one. Is it possible to run the 20 reports in one command?
    I thought I could with call() but in that case the 20 tables are in 1 csv and I realy need the CSV in different files.

    Johan

  2. myDBR Team, Key Master

    This is not possible through a browser. This is how browsers work. If you want just to do the exports, you can script (using curl/wget) the calls to the export URL's and save the generated file.

    --
    myDBR Team

  3. Johan, Member

    ok thanks


Reply

You must log in to post.