From c3adc8d4a77d8ffd40773315285a202baf510902 Mon Sep 17 00:00:00 2001 From: Daniel Abbassi <> Date: Thu, 10 Jul 2025 11:58:55 +0200 Subject: [PATCH] edit readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee5b5fd..c2af996 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -Data processing scripts +# Data processing script(s) ## angebote_traegerMail_iteration (related to FM) ### Input This script is related to FileMaker script "OptOut: Mailadressen sammeln - simple Tabelle" that collects data "Name | Angebotsmail | Trägermail". The FM script has the variable $$angeboteMailListe as result -> extract its value into `input.txt`. ### Processing -The Python scripts generates two JSON files from that. One holds the relation `{ trägermail1@test.de : [ "Angebot A", "Angebot B" ] }` and the other `{ angebotsmail@test.de : [ "Angebot A", "Angebot C" ] }`. +The Python3 script generates two JSON files from that. One holds the relation `{ trägermail1@test.de : [ "Angebot A", "Angebot B" ] }` and the other `{ angebotsmail@test.de : [ "Angebot A", "Angebot C" ] }`. This input can be used to generate mails for the "opt-out method" (people can delete their offer from the MUT-ATLAS). ### Output tbd \ No newline at end of file