CogStack/CogStack-Pipeline

[Feature] Support arbitrary parameter for SQL INSERT statement for jdbc_out

afolarin opened this issue · 0 comments

From @hkkenneth on March 9, 2017 11:28

Currently the parameter template is supported by BeanPropertyItemSqlParameterSourceProvider. Sometimes we want to write something other than Document object's bean property to the database.

Most information generated by the pipeline is stored at Document's HashMap<String,Object> associativeArray. Being able to use SQL parameter from this map would be great.

Copied from original issue: KHP-Informatics/cogstack#14