Hi, Can someone share their idea on how to load complete flow file content into a table having clob datatype.
I have tried to achieve this using invokehttp->evaluatexpath->updateattribute->replacetext->putSQL. But it throws an exception with string literal too long. If flow file content is less than 4000 then it works fine but if it is of huge file then it throws error.
I am downloading couple of files from rest service and want to load them into a table with clob column.