hangtime79 / Read_JSON_File

Import an array of JSON objects into a SPSS Modeler Table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read_JSON_File

Read an array of JSON objects into a SPSS Modeler Table.

This SPSS Modeler ‘source’ node allows you to import data from a JSON array. This node parses the data from a JSON file and puts it in a table that can be used in SPSS The array is expanded to fit in a SPSS table. See Example for more information

input

dialogbox

output


Requirements

  • IBM SPSS Modeler v16 or later
  • IBM SPSS Modeler 'R Essentials' Plugin
  • R 2.15.x or R 3.1

More information here: IBM Predictive Extensions


Installation instructions

  1. Download the extension: Download
  2. Close IBM SPSS Modeler. Save the .cfe file in the CDB directory, located by default on Windows in "C:\ProgramData\IBM\SPSS\Modeler\16\CDB" or under your IBM SPSS Modeler installation directory.
  3. Restart IBM SPSS Modeler, the node will now appear in the Field Ops palette.

R Packages used

The R packages will be installed the first time the node is used as long as an Internet connection is available.


Documentation and samples

  • Find a PDF with the documentation of this extension in the Documentation directory
  • There is a sample available in the example directory

License

Apache 2.0

Contributors

About

Import an array of JSON objects into a SPSS Modeler Table

License:Apache License 2.0


Languages

Language:R 100.0%