generate_html_from_json


Description

Generate HTML content for the given JSON representation of a record and a given section, based on the template stored in the pgmetadata.html_template table. Template section controlled values are “main”, “contact” and “link”. If the corresponding line is not found in the pgmetadata.html_template table, NULL is returned.

Parameters

Name Type Mode
_json_data json IN
_template_section text IN

Definition