Skip to main content
Question

i want to create excel is group by complexFolder name same (complex Folder) value have each excel

  • March 31, 2023
  • 2 replies
  • 16 views

malikusama95
i want to create excel is group by complexFolder name same (complex Folder) value have each excel

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • March 31, 2023

Use a FeatureWriter to write the results. You then can use the attribute in the DataSet path. This can also be done using a classic writer, but I think the FeatureWriter is more intuitive.


malikusama95
  • Author
  • 5 replies
  • April 1, 2023

Use a FeatureWriter to write the results. You then can use the attribute in the DataSet path. This can also be done using a classic writer, but I think the FeatureWriter is more intuitive.

can you please show me one example?