• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24446
  • Open Date : 2016/06/13 14:15
  • 更新日時 : 2020/10/06 15:59
  • Print

[DataSpider Servista] Explain the method to pass the value of script variables in [Call Script] process as null

In [Call Script] process, when specifying the input variables of string type and setting null as that input value, the value of the script variables that has been set has become empty character instead of null. Explain the method to pass null as such.
Category : 

Answer

The inquired operation is relevant to the specification limit of the script variables.
 
■Specification Limits
 
When null is substituted from outside the script to script input variable, the default value is set.
* Refer to "Reference Information" for more details.
 
■Counter Measures
 
When you want to set null value in Script Variables, carryout [Variable Substitution] process through the script process of the calling script and convert the empty character to null using [Replace Empty String] logic.
 
・Script Variables