Skip to main content Skip to complementary content
Close announcements banner

Setting up the tExtractJSONFields

Procedure

  1. Double-click tExtractJSONFields to display its Basic settings view.
  2. Click Edit schema to open the schema editor.
  3. Click the [+] button in the right panel to add three columns, namely firstname, lastname and dept, which will hold the data of their counterpart nodes in the JSON field staff.
    Click OK to close the editor.
  4. In the pop-up Propagate box, click Yes to propagate the schema to the subsequent components.
  5. In the Loop XPath query field, enter "/staff", which is the root node of the JSON data.
  6. In the Mapping area, type in the node name of the JSON data under the XPath query part. The data of those nodes will be extracted and passed to their counterpart columns defined in the output schema.
  7. Specifically, define the XPath query "firstname" for the column firstname, "lastname" for the column lastname, and "" for the column dept. Note that "" is not a valid XPath query and will lead to execution errors.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!