edit readme
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
Data processing scripts
|
# Data processing script(s)
|
||||||
|
|
||||||
## angebote_traegerMail_iteration (related to FM)
|
## angebote_traegerMail_iteration (related to FM)
|
||||||
### Input
|
### 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`.
|
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
|
### 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).
|
This input can be used to generate mails for the "opt-out method" (people can delete their offer from the MUT-ATLAS).
|
||||||
### Output
|
### Output
|
||||||
tbd
|
tbd
|
Reference in New Issue
Block a user