Difference between revisions of "SsGet"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
The ''ssGet'' variable is used to extract information from databases, including the [[OFAC, IRS, CRA Checks|OFAC database]], U.S. [[Census Integration|census data]] and [[:Category:Janus|Janus]], SmartSimple’s Machine Learning tool.
 
The ''ssGet'' variable is used to extract information from databases, including the [[OFAC, IRS, CRA Checks|OFAC database]], U.S. [[Census Integration|census data]] and [[:Category:Janus|Janus]], SmartSimple’s Machine Learning tool.
 +
 +
 +
@ssGet(OFAC,entity;;firstname;;lastname;;search options;;roleslist;;meta template;;line template)@
 +
 +
@ssGet(FFD,FIPS;;@address@ @city@ @state@)@
 +
@ssGet(FFD,Profile;;year;;Address or FIPS code;;level;;[[template]])@
 +
 +
@ssGet(JANUS,modelname)@
  
 
==See Also==
 
==See Also==

Revision as of 13:51, 2 December 2014

The ssGet variable is used to extract information from databases, including the OFAC database, U.S. census data and Janus, SmartSimple’s Machine Learning tool.


@ssGet(OFAC,entity;;firstname;;lastname;;search options;;roleslist;;meta template;;line template)@

@ssGet(FFD,FIPS;;@address@ @city@ @state@)@ @ssGet(FFD,Profile;;year;;Address or FIPS code;;level;;template)@

@ssGet(JANUS,modelname)@

See Also