Pycode Examples
Rename JSON Key based on other key's value
In the below python code examples user can dynamically change JSON key based on other key's value...
Generate a OAuth 1.0 Signature or Store a Code Response in a User Defined Variable
When we want to run a python script and the response will come from the same script and has no re...
Convert Empty String in a JSON to a "null" value
Below is the example as how user can convert a empty string to a "null" value in a JSON dataset. ...
Form a JSON Object based on the key and values available in JSON Dataset
Below is the example to form a JSON Object based on the key and values available in the JSON data...
URL Parsing
Below is the example where in the current context, we are receiving a Url in the 'name' key with ...
Form a JSON Object from array of array
Input Data with Singleline Array { "bizdata_dataset": { "values": [["Order ID", ...
Bulk Rename of Keys
In eZintegration, we provide a rename operation, which works well for renaming individual columns...
Split String with Regular Expression
Incoming data { "ip": "xx.249.74.xxx", "hostname": "crawl-xx.249.74.xxx.googlebot.com"...
Extract Domain Name from Email using Split
Incoming JSON Data to Python Operations { "email": "info@bizdata360.com" } Python Operations ...
Generate Excel Workbook from JSON Data
Incoming JSON Data to Python Operations ...
Generate Excel Chart from JSON Data
Incoming JSON Data to Python Operations ...
Generate Excel Pivot Table from JSON Data
Incoming JSON Data to Python Operations ...