You can't use this until you register with us!




Description

JSON extrator to transform source file to a target.



Available Actions

Extract Json

JSON to transform source JSON to target using a JSONPath expression.


Variables

format_option required

Options to Format Output file. Line delimited is in Redshift "COPY from JSON" format.


json_path required

JSONPath expression to transform dataset. Default will take root.


aws_credentials required

AWS Credentials with Access to the Source and Target S3 locations.


Source File Information
source_bucket required

S3 Bucket to load JSON data.

source_path required

Path to JSON file.


Target File Information
target_bucket required

S3 Bucket to export transformed JSON data.

target_path required

Path to export transformed data.