Solved

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

  • 3 February 2021
  • 2 replies
  • 4 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

icon

Best answer by redgeographics 4 February 2021, 09:10

View original

2 replies

Userlevel 5
Badge +25

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

Thank you! it worked!!!!!

Reply