This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:timer:createandfilldbbycsvinput [2014/12/16 16:31] 127.0.0.1 external edit |
en:software:tim:timer:createandfilldbbycsvinput [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
- | |||
========createProcessInstancesByHandler======= | ========createProcessInstancesByHandler======= | ||
Line 8: | Line 6: | ||
The first row of the CSV determines the number and names of the columns, all other rows fill these columns. \\ | The first row of the CSV determines the number and names of the columns, all other rows fill these columns. \\ | ||
If the number of columns from a row do not correspond to the number of columns of the table, it will filled with "zero" until the number is correct. \\ | If the number of columns from a row do not correspond to the number of columns of the table, it will filled with "zero" until the number is correct. \\ | ||
- | |||
- | ------ | ||
==== Timer Name ==== | ==== Timer Name ==== | ||
any name \\ | any name \\ | ||
==== Webservice Name ==== | ==== Webservice Name ==== | ||
- | ProcessInstanceManager\\ | + | <code>ProcessInstanceManager</code> |
==== Webservice Methode ==== | ==== Webservice Methode ==== | ||
- | createProcessInstancesByHandler\\ | + | <code>createProcessInstancesByHandler</code> |
- | ---- | + | |
- | ---- | + | |
==== Parameter ==== | ==== Parameter ==== | ||
== Parameter == | == Parameter == | ||
Path to the folder where the CSV files are located! | Path to the folder where the CSV files are located! | ||
\\ | \\ | ||
- | com.dooris.bpm.actionhandler.CreateAndFillDbByCsvInputHandler,FILEPATH | + | <code>com.dooris.bpm.actionhandler.CreateAndFillDbByCsvInputHandler,FILEPATH</code> |
- | + | ||
- | ---- | + | |
==== Example ==== | ==== Example ==== | ||
{{ en:software:tim:timer:createandfillbycsv.png |}} | {{ en:software:tim:timer:createandfillbycsv.png |}} |