Skip to main content
Question

Writers output filename for Raster Feature class same as input is not happening

  • October 4, 2013
  • 2 replies
  • 24 views

Hi All,

 

I have hit a wall, I cannot get FME to save the input's filename as the output’s filename.

 

Input is: 291000-6996000_1m_DEM.xyz output is Raster feature class inside a ESRI geodatabase.

 

I’m trying to get output’s Raster feature class name same as the input (note output filename can’t start with a number). I can change the original .xyz filenames to add a c in front, for example (if required).

 

Also this all needs to go into 1 geodatabase as I have hundreds of large .xyz files. I managed to get the batch to work but it saved multiple geodatabases with the inputs name and with 1 raster inside each, all with the same name.

 

In the workbench all I have is Reader, RasterDEMGenerator, Writer [GEODATABASE_FILE_RASTER_DATASET]

 

 

Cheers
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • October 4, 2013
Hi,

 

 

Usually when writing to a raster the feature fan out option is automatically on, is this also so in your case?

takashi
Celebrity
  • October 4, 2013
Hi,

 

 

In addition, also look at the "Group By" parameter of the RasterDEMGenerator. In this case, an identifier of input file (e.g. file name) should be specified to the parameter. Otherwise, the RasterDEMGenerator cannot pass the input file name to the following process.

 

 

Takashi