Json2HtmlTable

Converts JSON objects to HTML tables.

python · Community Common Scripts

Details

IDJson2HtmlTable
Languagepython
From Version5.5.0
Docker Imagedemisto/py3-tools:1.0.0.10120494
Tagsbasescript transformer

README

Converts JSON objects to HTML tables.

Script Data


Name Description
Script Type python3
Tags basescript, tansformer
Cortex XSOAR Version 5.5.0

Inputs


Argument Name Description
value The JSON object that should be converted to a HTML table.

Outputs


There are no outputs for this script.

args:
- description: 'The JSON object that should be converted to a HTML table.'
  name: value
  required: true
- description: 'e.g. pass id=”info-table” or class=”bootstrap-class”/data-* to apply these attributes to the generated table.'
  name: table_attributes
  required: false
- description: 'Custom CSS styling inserted before the table object.'
  name: custom_styling
  required: false
comment: 'Converts JSON objects to HTML tables.'
commonfields:
  id: Json2HtmlTable
  version: -1
name: Json2HtmlTable
script: '-'
tags:
- basescript
- transformer
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.10120494
fromversion: 5.5.0
tests:
- No tests (auto formatted)