Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows | - |
Not Applicable | - |
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".