I have a csv file with data for 3 customers. I want to send the csv file to each customer with only their data. How do I edit the csv in gmail attachment? This is the data:
“Customer”,“Monthly Budget”,“Spend to Date”,“Target Temperature”
“SunShield”,“7023”,“896.67”,“”
“CoolWave Fans”,“4349”,“680.28”,“”
“CloudNest”,“1613”,“914.61”,“”
I want to add the target temperature from tools to the create csv module.How to do that? What change can I make in data so that each customer gets only their data?
For example gmail attachment for SunShield will have only Sunshield value.
I have added the output bundles from the csv.
thanks.
When sent in mail everything is shared to every customer.