Thanks for all the tips, folks! I tried `jq` for the nested JSON bits, and it’s *way* better than my janky Python script.
Still struggling with the timestamp chaos though—some are Unix, some are ISO, ugh.
Anyone got a magic regex for mixed timestamp formats? Or should I just write a bunch of `try-except` blocks with `dateutil`?
Still struggling with the timestamp chaos though—some are Unix, some are ISO, ugh.
Anyone got a magic regex for mixed timestamp formats? Or should I just write a bunch of `try-except` blocks with `dateutil`?
