Impact of the Sign column (True/false) in TIBCO ActiveMatrix Adapter for Files (Unix/Win) subscriber write schema.
book
Article ID: KB0088700
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows
-
Not Applicable
-
Description
Resolution: The Sign column is used for numeric fields only. It is used to prepend the positive sign before positive numbers in the output. It can be 'True' if you want the sign to be in the output, 'False' otherwise.
Example :
With Sign=false, 123.45 ,will be written out as "123.45" while -123.45 will be written out as "-123.45".
With Sign=True, 123.45 ,will be written out as "+123.45" while -123.45 will be written out as "-123.45".
Issue/Introduction
Impact of the Sign column (True/false) in TIBCO ActiveMatrix Adapter for Files (Unix/Win) subscriber write schema.