I have 3 datafiles. File A with faeture type Province, File B with feature type Residence, and file C with feature type Authority.
Province contains among others attibute Name, Residence contains Name and Point, and Authority has among others attibutes Name and Point.
Now, if Province (name) eq. Residence(name) then the value Residence(point) has to be transfered to Authority(point). How do I do this with groovy script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.