Monthly Archives: January 2018

Setting up the gateway

Sometimes, a seemingly simple task leads to a whole lot of activities.  I did not mean to install the gateway today.. But I wanted to try machine learning studio, and, then, I found that I can use on-premise gateway to import data for the experiments. So, having considered the alternatives, I figured it might make… Read More »

V9: Checking string fields for null

It seems there is an unexpected change in how V9 (specifically, 9.0.0.3172) is treating string fields on the SDK side. Normally, if you clear a field, you can use this code in the plugin to see if the field is being cleared:             if (entity.Contains(“ita_integer”) && entity[“ita_integer”] == null)             {                 throw new InvalidPluginExecutionException(“Integer is null”);            … Read More »