connect nodes: (source)-[:type]->(target) where source and target are given by id
driver FCobjPin connector to the database
sources IntPin list of ids of the source nodes
targets IntPin list of ids of the target nodes
type StringPin name of the type of the relation
ids IntPin list fo the ids of teh created connections
uri StringPin uri to the neo4j database server
user StringPin username to access the server
password StringPin passwort to access the server
driver FCobjPin connection to the database needed to execute the cypher commands
driver FCobjPin connector to the database
filename StringPin url or path name to the csv file
withHeaders BoolPin does the csv file has a header line with atttribute names and optional datatype information
fieldTerminator StringPin separator between fields
command StringPin subcommand executed on the record named as line
ids IntPin list of ids of teh created or merged objects
outString StringPin StringPin instance
driver FCobjPin connector to the database
data StringPin data in json format to be used as parameters in the cypher command
useData BoolPin should the data of the data pin be used for the query
cypher StringPin if boltresultOnly is set only the handle of the boldresult is returned. it can be postprocessed later by following nodes. In th opposite case the data are already red which may create large data load in memory
boltresultOnly BoolPin BoolPin instance
stop ExecPin allows to kill a long time running request to avoid a hanging app