This example pipeline demonstrates how to convert the HTML content into Markdown and further convert the Markdown content to text.
-
Configure the HTTP Client Snap to fetch the HTML content from the endpoint.
HTTP Client Snap Configuration |
HTTP Client Snap Output |
|
|
-
Configure the HTML to Markdown Converter Snap with the $entity, which is the HTML content obtained from the upstream HTTP Client Snap.
On validation, the output is in Markdown.
HTML to Markdown Snap Configuration |
HTML to Markdown Snap Output |
|
|
-
Configure the Markdown Parser Snap with the $content, which is the Markdown content obtained from the upstream Snap.
On validation, the output is displayed in the text format.
Markdown Parser Snap Configuration |
Markdown Parser Snap Output |
|
|
To successfully reuse pipelines:
- Download and import the pipeline into SnapLogic Platform.
- Configure Snap accounts, as applicable.
- Provide pipeline parameters, as applicable.