Hello,
I am new to REST API and am having difficulty with formatting table data exported from the REST API change log. My goal is to convert the exported pipe format back into HTML, or something that could ultimately create a visually pleasing table once I push it back to Jira.
Example string output from change log:
"The system shall control the column thermal environment, with a time to cool of: ||Time||Start Temperature||End Temperature||Minimum Environmental Temperature||Maximum Environmental Temperature||Flow Rate||Source|||≤ 10 minutes|≥ 30°C|≤ 5°C|≤ 20°C|≥ 25°C|0.1-1.0 mL/min|UR-108 STK-96||≤ 10 minutes|≥ 60°C|≤ 30°C|≤ 20°C|≥ 25°C|0.1-1.0 mL/min|UR-203 STK-96|For a column with ID ≤ 4.6 mm, length ≥ 50 mm (Target 150 mm), no guard column, no pre-column filter, and with passive pre-heater."
The format for headers is "||" and the data delimiter is "|". Any suggestions?