Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The timer CreateAndFillDbByCsvInput gets all *.csv files from a folder passed to it and creates a new table in the database for each CSV . The tables are named as follows: “custom_FILENAME”.
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 does not correspond to the number of columns of the table, it will be filled with “zero” until the number is correct.


Webservice Name

Code Block
ProcessInstanceManager

Webservice Method

Code Block
createProcessInstancesByHandler

Parameter

Parameter

Description

Valid examples

Path to folder

This path points to the folder where all the CSV files are stored

  • Code Block
    com.dooris.bpm.actionhandler.CreateAndFillDbByCsvInputHandler,FILEPATH

Example