1
0
-1

Hi All!

I need to export by cron job or by ssh form data. Either csv, pdf, xml or excel version?

All I can find is Export data or related with the user log in!

 

Is there a way to do this in Joget?

 

Thanks

 

    CommentAdd your comment...

    3 answers

    1.  
      3
      2
      1

      Hi Peter,

      You can probably achieve what you want by simply creating a script to export the respective app_fd_* table from the database you use. (unless you are on cloud.joget.com)

      There should be a number of scripts you can find on google / stackoverflow regarding scheduled export of tables from f.e. mysql to csv or xls.

      I hope this helps,

      Eric

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Peter,

        May be you can consider create a datalist and use the export link under the list?

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Hi Eric,

          That's what I'm doing but I wanted the pdf repport. So I don't have to recontruct whole thing...

          The problem from the database is that  for one particular repport I need multiple table extractions.

           

          I thaught it was possible to connect and access the app from /php or cli and request the pdf version or the xml version.

           

          Do you think of a way to do this?

           

            CommentAdd your comment...