I am reading in shape file and using attributepivoter to calculate stats. I then write the results to a separate excel sheet for each source file. After the attributepivoter I can no longer assign the source filename (fme_basename) to the sheet name in the writer
Page 1 / 1
Hi Richard,
Before attributepivoter save the attribute (fme_basename) to variable using variable setter then again retrieve this variable using variable retriever just before writing.
this will work+