1
0
-1

I would like to import external files automatically (every day)

I tried the Scheduler menu with import plugin but I don't know how to specify the path and name of the file. 
I tried to use multitool with "preset form data tool" and after "import tool", but it does not work.
There is a massage in the server log : "org.joget.plugin.enterprise.CsvImportTool - java.lang.NullPointerException 2402java.lang.NullPointerException: null"
What is the process for implementing this operation?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, there is a configuration reference at the Import Tool page. In this case, you would need to have the file in a specific form upload field. Perhaps you could try to start with an API call with a file upload like in Using the JSON API to create a new form record with file column?

        CommentAdd your comment...