Skip to main content
Question

user parameter optional

  • October 8, 2015
  • 2 replies
  • 49 views

Hello,

 

 

I have a bunch of shapefiles as inputs but i'm not using them all everytime, so i put them as Optional in the User Parameter.

But i get this message : "Shape Reader: Failed to open dataset 'T:\\Test\\\\SHP\\test.shp' which is neither an existing file nor directory" when i run my script using a python script.

Eventhough the shapefile doesn't exist, since it's set as optional, FME should ignore it, no ?

 

How can I make it work please ?
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

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • October 8, 2015
Try setting "Ignore failed readers" to "Yes" in the Navigator under Workspace parameters -> Advanced.

  • Author
  • October 8, 2015
Awesome ! I didn't about this parameter !

 

Thanks a lot !