FilterDataFrame
Description | Filter a JSON object |
Input | JSON |
Output | JSON |
Select | Comma separated list of attribute names to be returned |
Sort | Column name to sort the output |
Distinct | Select attribute/column name to fetch distinct values in that column |
typeCastColumn | Optionally change the type of a column to a specific type, e.g. “ID:string” will return the ID attribute as a string rather than a number. |
OutputType | This can be one of the following:
|