What it can do
- Split newline-delimited values
- Apply the same operation to each record
- Convert UNIX seconds to readable UTC
- Rejoin results while preserving list order
Recipe
Fork(newline) → From UNIX Timestamp(seconds)Input:
978346800
1012651200
1046696400This Fork pattern generalizes to hashes, IP addresses, identifiers, and other record-oriented input. Choose a delimiter that cannot appear inside one record.