Skip to main content
Archived

Restore: Enable to link Point Cloud XYZ Reader Component Mapping to a User Param

Related products:FME Form
siennaatsafe
takashi
warrendev
  • siennaatsafe
    siennaatsafe
  • takashi
    takashi
  • warrendev
    warrendev

takashi
Contributor

***Note from Migration:***

Original Title was: Restore: Enable to link Point Cloud XYZ Reader Component Mapping to a User Parameter


In FME 2019 and earlier, we were able to create user parameters to allow users to specify component mapping for a Point Cloud XYZ reader appropriately according to their data schema. For example:

Definition of the COMPONENT_MAPPING parameter (Python scripted):

import fme

xcol = fme.macroValues['X_COL']

ycol = fme.macroValues['Y_COL']

zcol = fme.macroValues['Z_COL']

return 'x,col%s,Real64,y,col%s,Real64,z,col%s,Real64' % (xcol,ycol,zcol)


However, I found this disabled in FME 2020.0 and 2020.1 beta, so some existing workspaces cannot be updated with FME 2020.

I cannot understand why you did that. Strongly hope this will be restores.

This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings