Regex Extract in JSONL
Pull IDs, emails, or tokens from JSONL fields without scripts.
Open in AppHow it works
- Load JSONL in GigaSieve.
- Pick the target field (e.g., message).
- Apply a regex pattern to extract values.
- Review the extracted results.
Sample Input and Output
Input
{"msg":"user=a@example.com signed in"}
{"msg":"user=b@example.com failed"} Output
a@example.com b@example.com
Tip
Use preview mode on a small sample before running on the full file.