From 4497133cad7ef599b753a68a2f0fc6c457f1552a Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Jan 2023 10:33:57 +0100 Subject: [PATCH] created readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00ca2ed --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +- Put the two input csv files into this folder (project root) +- rename csv with all customer to "customer.csv" +- rename csv with email addresses that shall be filtered to "filter.csv" +- run php createExport.php +- the file "export.csv" is the result csv \ No newline at end of file