I'm using NiFi to insert data (CSV file) into my PostgreSQL database. Everything is working well, but the issue arises when the data is loading into the table; they are loading with null values.
When I check the queue, the data are with their values.