Hi ,
I have a csv file and i want to ingest the csv file data into the database.
I have used getfile,RelaceText,PutSQL Processors.
It's failing in replaceText Processor.
File Sample :
City,Count
Mumbai,10
Mumbai,10
Pune,10
Pune,10
ReplaceText :
INSERT INTO CITY(city,count) values ('${city}',${count})
Please help.
--
View this message in context:
http://apache-nifi-developer-list.39713.n7.nabble.com/Not-able-to-ingest-the-csv-data-to-RDBS-Database-tp15610.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.