Thread hierarchy
parent_id and thread_depth keep replies connected to the right post or comment.
Functional prototype · Synthetic data only
A working browser demo of the proposed CSV structure: posts, nested comments, parent relationships, public author metadata, timestamps, and permalinks in one repeatable export.
Try the workflow
Adjust the bounded pilot settings, generate a deterministic sample, then inspect the hierarchy or download the full UTF-8 CSV.
| type | depth | record id | parent id | author | body |
|---|
Included in the build
parent_id and thread_depth keep replies connected to the right post or comment.
One row per record, stable columns, UTF-8 encoding, and fields that import cleanly into Excel.
Explicit post and comment limits make the first run measurable before any larger historical scope.
The companion Python exporter includes a repeatable command, documentation, tests, and an approval gate.
Production boundary