A tool to transform and Pseudonymize data from various tools into a form to be used by the GAEM-PseudoETWToNeo4jImport.
This is a prototype for research purposes, it's not pretty, it not robust and it's not flexible. However it works well enough for the purpose for which it was intended.
- ETL logs
- ETW manifest file
- Doxygen xml output
Run the exe with a settings file.
>GAEM-DataTransformationTool.exe -s "settings.xml"-s --settings [settings file]<?xml version="1.0" encoding="utf-8"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GeneralSettings>
<PathPrefix>[full directory path]</PathPrefix>
<OutputDirectory>[full directory path]</OutputDirectory>
<PseudonymizationSalt>[string]</PseudonymizationSalt>
</GeneralSettings>
<ETWSettings>
<ProcessETL>[true/false]</ProcessETL>
<ETLRootDirectory>[full directory path]</ETLRootDirectory>
<ETLManifestFile>[full *.man file path]</ETLManifestFile>
<PseudonymizeETL>[true/false]</PseudonymizeETL>
</ETWSettings>
<DoxygenSettings>
<ProcessDoxygen>[true/false]</ProcessDoxygen>
<DoxygenRootDirectory>[full directory path]</DoxygenRootDirectory>
<PseudonymizeDoxygen>[true/false]</PseudonymizeDoxygen>
</DoxygenSettings>
</Settings>empty for now, communicating who wants/should be here