Skip to main content
Archived

Add "Lists to Expose" to PythonCaller Parameters

Related products:FME Form
  • November 13, 2015
  • 2 replies
  • 36 views

taojunabc
Participant
Forum|alt.badge.img+6
If I want to expose the list with PythonCaller,I must expose elements of list. eg._listField{}.name,_listField{}.type
If can add "Lists to Expose" to Advanced Parameters,expose list will be easy better.
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

david_r
Celebrity
  • November 16, 2015
How would FME know the name of the list elements?

 

 


taojunabc
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • November 16, 2015

Thank you for reminding me.

Think about it carefully, there is no good way to know what the elements of the list before executing PythonCaller.