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