Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Challenges with Loading Data Using NiFi into a PostgreSQL Database: Null Values in Table.

avatar
New Member

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.pgAdmin 4 02_04_2024 11_11_42.png

 

 

When I check the queue, the data are with their values.

 

Nouvel onglet - Google Chrome 02_04_2024 11_17_51.png

2 REPLIES 2

avatar
Expert Contributor

Hi @Meriem,

check if your columns name are excatly same as it defined in csv file.

Shakib M.

avatar
New Member

yes, they are same