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":"[email protected] signed in"}
{"msg":"[email protected] failed"} Tip
Use preview mode on a small sample before running on the full file.