Hi. I am asking for advice on final editing. The qus1 file is the current FME output. In the StartpointDesignator column, I need to remove duplicate values and output them to the CSV output in the format see the "vzor" file.
Thank you
Hi. I am asking for advice on final editing. The qus1 file is the current FME output. In the StartpointDesignator column, I need to remove duplicate values and output them to the CSV output in the format see the "vzor" file.
Thank you
Best answer by geomancer
Use a Listbuilder transformer (group by Name) to create a list of the attributes you want to combine, followed by a ListConcatenator to write the list values to a single attribute.