Need help with sil script

Sujay Chakraborty August 9, 2021

Hello everyone, I need to convert a table in html format into a table in json using sil scripts/ Powerscripts. for eg:

<table>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>

 

TO

 

[
{
"Firstname": "Eve",
"Lastname": "Jackson",
"Age": 94
}
]

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events