Hi NIFI expect, During my play with NIFI, I got an issue by using PutSQL with the message "...sql.arg3.value cannot convert to timestamp... ". The flow looks like: [cid:[email protected]] What plan to do is : run sql select from table A and insert the sql-results again into another DB table B as backup. Table B has exactly the same definition as table A. The output JSON file (through PutFile) shows the correct content with DATE output like "2016-04-29 00:00:00.0". But the PutSQL Processor at the end failed with the error given above.
Do I forget something by setting or is it an internal bug? NIFI 1.0.0 and Oracle 11gR2 are used. Thank you! Best regards Peng
