From 4c564696af9ee66afc119f42c9bd519a9cd5dc47 Mon Sep 17 00:00:00 2001 From: Marcelo Salloum Date: Mon, 26 Aug 2024 10:59:05 -0700 Subject: [PATCH] Add email to the CSV. --- public/resources/disbursement-template.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/resources/disbursement-template.csv b/public/resources/disbursement-template.csv index 519a263..0715870 100644 --- a/public/resources/disbursement-template.csv +++ b/public/resources/disbursement-template.csv @@ -1,5 +1,5 @@ -phone,id,amount,verification,paymentID +phone,email,id,amount,verification,paymentID "--- Below are EXAMPLE rows for each Verification.","Please DELETE these rows before uploading your actual data ---",,, -+1234567890,RECEIVER_01,0.2,1980-01-01,PAY_01 -+1234567891,RECEIVER_11,0.35,55066,PAY_06 -+1234567892,RECEIVER_33,1.15,9D0000024, \ No newline at end of file ++1234567890,foo@test.com,RECEIVER_01,0.2,1980-01-01,PAY_01 +,bar@test.com,RECEIVER_11,0.35,55066,PAY_06 ++1234567892,,RECEIVER_33,1.15,9D0000024, \ No newline at end of file