Package org.iqtig.pseudonymisierung.api
Interface CsvDepseudonymisator
-
public interface CsvDepseudonymisator
Depseudonymisierungswerkzeug zur Verarbeitung von CSV-Dateien.- Author:
- Klaus Buchwald, Michael Buckendahl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decryptCsv(Path csvInput, Path csvOuput)
Depseudonymisiert den Inhalt einer CSV-Datei gemäß der Konfiguration dieser Instanz.
-
-
-
Method Detail
-
decryptCsv
void decryptCsv(Path csvInput, Path csvOuput) throws PseudonymisationException
Depseudonymisiert den Inhalt einer CSV-Datei gemäß der Konfiguration dieser Instanz.- Parameters:
csvInput
-Path
csvOuput
-Path
- Throws:
PseudonymisationException
- im Fehlerfall
-
-