Solved

Return Boolean Value for workbench

  • 4 October 2017
  • 3 replies
  • 17 views

Badge

running on FME server and Cloud, don't want to return any datasets. just want to return a simple true or false,

is this possible in FME?

icon

Best answer by larry 4 October 2017, 19:28

View original

3 replies

Badge

Don't know if this is exactly what you want but the attached workspace published to the DataStreaming service will return true as a string to the caller.

Userlevel 3
Badge +26

An AttributeCreator could be used to return a boolean attribute, based on the values from other attributes. Within the drop down, you will find Conditional Value. You can setup an 'If' statement from there.

boolean.jpg

Badge

An AttributeCreator could be used to return a boolean attribute, based on the values from other attributes. Within the drop down, you will find Conditional Value. You can setup an 'If' statement from there.

boolean.jpg

I can return output from the Server/Cloud with attribute creator? no?

 

 

Reply