CreateAndFillDbByCsvInput

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

ProcessInstanceManager

Webservice Method

createProcessInstancesByHandler

Parameter

Parameter

Description

Valid examples

Parameter

Description

Valid examples

Path to folder

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

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

Example: