Ex4pmEngine.IO.EventLogParser (ex4pm v26.9.9)

Copy Markdown View Source

Multi-format Event Log Parser supporting CSV, XES, JSON, and newline-delimited trace files.

Summary

Functions

Parses an event log file from its filename and raw content string.

Types

event_log()

@type event_log() :: [trace()]

trace()

@type trace() :: [String.t()]

Functions

parse(filename, content)

@spec parse(String.t(), String.t()) :: {:ok, event_log()} | {:error, String.t()}

Parses an event log file from its filename and raw content string.