Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NIFI-Remove quotes from the beginning of ID Attribute

avatar
New Contributor

i have a CSV file which contains ID Column with " in the beginning like

id, name, job, salary, Response

"1,x,y,1000,0"
"2,a,b,1000,1"
"3,q,w,1000,1"

i want to remove the (") from id column and also response column

1 REPLY 1

avatar

Hi,

You can use the ReplaceText Processor as follows:

SAMSAL_0-1661642841186.png

If you find this helpful please accept solution. Thanks