Skip to main content
Solved

How do i keep input file name while using the Attribute Transposer?

  • February 3, 2021
  • 2 replies
  • 17 views

My goal is to batch deploy the process to many CSV.

The transposer is only keeping the attributesof the table. FME_basename and all other attributes are dropped.

 

With one file at a time i'm able to link to the source data set. but its not working when i batch deploy. It's keeping the same name and my files are overwriting each other.

 

Thank you for your help

Best answer by redgeographics

If you're only running one file at a time you can use a FeatureMerger to merge the attributes of one original feature (through a Sampler) unconditionally with the output of the AttribtueTransposer, like this:

Screenshot 2021-02-04 at 09.09.30

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • Best Answer
  • February 4, 2021

If you're only running one file at a time you can use a FeatureMerger to merge the attributes of one original feature (through a Sampler) unconditionally with the output of the AttribtueTransposer, like this:

Screenshot 2021-02-04 at 09.09.30


  • Author
  • 1 reply
  • February 5, 2021

Thank you! it worked!!!!!