Good day. I have a CSV File like this. I wanted to do this ingestion via monitoring in inputs. And we should not use INDEXED_EXTRACTIONS=CSV as well. My ingestion is working fine as like normal monitoring
Question : How to add the fields which is present in header. I had like this in my props which was not working
props
FIELD_DELIMITER = ,
FIELD_NAMES="name","age","class"
Do I need to any other like FIELD _QUOTE for include the double quotes or any other header attribute to include? Kindly help
"name","age","class"
"alice","26","grade3"
"bob","24","grade2"