Regarding loading data into Nosql database ( redis)
Hi,
I was trying to load data into nosql database ( redis) . I was trying to load multiple input columns from the source table into the values of the target table .
Input table columns
inputcolumn1
inputcolumn2
inputcolumn3
Value mapping in the output table:
|(inputcolumn1)||(inputcolumn2)||(inputcolumn3)|;
I was getting following error: Error in the component's propertiesyntax error on token "|", delete thistoken Syntax error on token "|", Expression expected after this token
Please let me know, if there is any other to load data into the nosql database.