Hi @narenpg You need to use FIELD_NAMES in your props to set the field names in this case,: eg FIELD_NAMES=name,count,count_perc,region for this test CSV: "name","count","count%","region"...
See more...
Hi @narenpg You need to use FIELD_NAMES in your props to set the field names in this case,: eg FIELD_NAMES=name,count,count_perc,region for this test CSV: "name","count","count%","region"
"John Smith","245","12.3%","North"
"Mary Johnson","189","9.5%","South"
"James Williams","167","8.4%","East"
"Sarah Davis","156","7.8%","West"
"Michael Brown","143","7.2%","North"
"Jennifer Wilson","134","6.7%","South"
"Robert Taylor","128","6.4%","East"
"Elizabeth Anderson","112","5.6%","West"
"David Martinez","98","4.9%","North"
"Susan Thompson","87","4.4%","South" Please let me know how you get on and consider adding karma to this or any other answer if it has helped. Regards Will