I have a simple flow QueryDatabaseTableRecord >[CSV flowfile, Apache commons ] > PutDatabasRecord. The problem is that the last processor is trying to insert NULL instead of empty string as in source, which violates not null constraint. Is it possible to change this behaviour without adding additional processor? I want to keep it as simple as possible.