plastikfan / zenobia

Regular expression based file management library
MIT License
0 stars 0 forks source link

Add field-builder #10

Open plastikfan opened 5 years ago

plastikfan commented 5 years ago

Field elements must habe a @name identifier attribute and an @expression attribute. There is also a @parent attribute, which defines a relationship between fields. The parent must have been calculated already in order to define the value of the child field. If it is a child, then it can can contain StringOp elements that define the transfromation functionality.