I want to create new fields from values in _raw. See below. I want to create a series of folders based off the year, month, date and hour.
2025 (parent folder) - 01(subfolder) - 12(sub under 01) - 23(subfolder under 12).
_raw:"2025-01-12 23:59:56","Another Value","Dummy Data","","Something Really Cool"
I'm using Regex Extraction and I can see the selection in the preview as Group 1, Group 2, etc.
However, I can not convert these into individual fields. Any suggestions?


