Import-HtmlExtractionRecipe

August 3, 2026 ยท View on GitHub

SYNOPSIS

Loads a browserless extraction recipe from disk.

SYNTAX

__AllParameterSets

Import-HtmlExtractionRecipe [-Path] <string> [<CommonParameters>]

DESCRIPTION

Loads a browserless extraction recipe from disk.

EXAMPLES

EXAMPLE 1

Import-HtmlExtractionRecipe -Path .\recipe.json

PARAMETERS

-Path

Recipe JSON path.

Type: String
Parameter Sets: __AllParameterSets
Aliases: File
Possible values:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • HtmlTinkerX.HtmlBrowserlessExtractionRecipe
  • None