This commit is contained in:
2026-05-20 08:41:59 +02:00
parent 4b2e1455c9
commit e356879542
12 changed files with 816 additions and 14 deletions

View File

@@ -0,0 +1,54 @@
\section{Appendices\label{sec:appen}}
\subsection{Automation scripts\label{sec:appen:auto}}
\lstinputlisting[
basicstyle=\ttfamily\scriptsize
language={},
caption={Bash automation script},
breaklines=true,
label={lst:appen:bash}
]{scripts/many_search.sh}
\lstinputlisting[
basicstyle=\ttfamily\scriptsize
language={},
caption={Python capture HAR script},
breaklines=true,
label={lst:appen:capture}
]{scripts/capture_search_har.py}
\lstinputlisting[
basicstyle=\ttfamily\scriptsize
language={},
caption={Python HAR to CSV script},
breaklines=true,
label={lst:appen:hartocsv}
]{scripts/har_entries_to_csv.py}
\subsection{Power Query transformation\label{sec:appen:pq}}
\lstinputlisting[
basicstyle=\ttfamily\scriptsize
language={},
caption={Power Query ETL script},
breaklines=true,
label={lst:appen:pq}
]{scripts/power_query_etl.txt}
\lstinputlisting[
basicstyle=\ttfamily\scriptsize
language={},
caption={Power Query merge script},
breaklines=true,
label={lst:appen:merge}
]{scripts/power_query_merge.txt}