Executing a Full Transformation

  1. On the previous page, the completed model was publish to the Transformer, this is required for the full transformation. First we must ensure the Transformer is in Property Graph mode, this is done by selecting the cog icon in the top right and switching Property Graph Mode to true, then confirming with the tick icon.

  1. Select the Execute Transformer button and provide the following execution params:

  • Input File: https://data-lens-tutorials.s3.amazonaws.com/Structured-File-Lens/fastest-way-blog/input/person-card-nested.json

    • This file can either be remote, provides as an https:// or s3:// link, or local where the the Transformer has direct access to it using file://

    • It can be confusing when running on a local machine to know the path to give to your input file. Instructions on the path to use can be found here.

  • Model Reference: sample.json

    • Where we reference the sample source file used to create this model

  1. Once the transformation is complete, a report showing the output CSV files will be displayed. They will be store in the location setup in your Transformer's Output Dir URL configuration.

Last updated