Can fields in VRL be established to be able to iterate over?
Name|date|id,value~id,value~id,value|other data… for example. Was hoping to keep this simple.
copy name –> name
copy data –> date
iterate over repeating field
copy id(0) –> id(0)
copy value(0) –> value(0)
Any thoughts or options?