Extract JSON path transform
Use this transform to extract new columns from a string column with JSON data.
To add an Extract JSON path transform:
-
Navigate to your visual ETL job in Amazon SageMaker Unified Studio.
-
Choose the plus icon to open the Add nodes menu.
-
Under Transforms, choose Extract JSON Path.
-
Select the diagram to add the node to your visual ETL job.
-
Connect the transform node to a data source node.
-
Select the node on the diagram to view details about the transform.
-
Under JSON column, select a column from the data source.
-
Under JSON paths, enter a JSON path or multiple paths separated by commas to specify the location to extract the data from.
-
Under Output columns, enter the names of the columns to create from each of the JSON paths.
-
(Optional) If desired, use the toggle to drop the JSON column.