org.pentaho.di.trans.steps.jsoninput
Class JsonReader
java.lang.Object
org.pentaho.di.trans.steps.jsoninput.JsonReader
public class JsonReader
- extends Object
JsonReader
public JsonReader()
throws KettleException
- Throws:
KettleException
SetIgnoreMissingPath
public void SetIgnoreMissingPath(boolean value)
readFile
public void readFile(String filename)
throws KettleException
- Throws:
KettleException
readString
public void readString(String value)
throws KettleException
- Throws:
KettleException
readUrl
public void readUrl(String value)
throws KettleException
- Throws:
KettleException
getPath
public NJSONArray getPath(String value)
throws KettleException
- Throws:
KettleException
isIgnoreMissingPath
public boolean isIgnoreMissingPath()