G
GigaSieve

Regex Extract in JSONL

Pull IDs, emails, or tokens from JSONL fields without scripts.

Open in App

How it works

  1. Load JSONL in GigaSieve.
  2. Pick the target field (e.g., message).
  3. Apply a regex pattern to extract values.
  4. 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.

Related Recipes

Related Guides