Hi,
I would like to ask, does anyone know how to divide data into individual sets based on the same ID? For example, the result will be 5 groups of attributes with the same XOBJECTID.
Thank you!!!
Hi,
I would like to ask, does anyone know how to divide data into individual sets based on the same ID? For example, the result will be 5 groups of attributes with the same XOBJECTID.
Thank you!!!
Have a look at the dataset fanout functionality: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/fanout_about.htm
Also have a look at the documentation on 'group by'
https://desktopmanualbasic.safe.com/DesktopBasic2Transformation/2.10.GroupByProcessing.html
Thanks everyone, i will try and let you know.