Skip to main content
Question

File name of xlsx in attribute list

  • February 10, 2026
  • 2 replies
  • 30 views

teresa_ro
Contributor
Forum|alt.badge.img+3

Hi, I read xlsx files and want to write the name of the file in to an attribute. The writer I use is a feature writer to use the result in ARCGIS online. 

Thank you! 

2 replies

s.jager
Influencer
Forum|alt.badge.img+23
  • Influencer
  • February 10, 2026

You’ll need to expose the fme_basename and/or the fme_dataset attributes. Then you can use an AttributeCreator or -Manager to get that value in any attribute you wish.


teresa_ro
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • February 11, 2026

Thank you! That worked well!