Add Links and Images with Augments - 8.x

 

On this page

Overview

This example shows how to add wiki links and images to CSV data produced by other processes. This highlights the real advantages of augments especially for data produced by other processes. In this example, the data is produced by the Confluence Command Line Interface (CLI) using --action getSpacePermissionList

Macro Browser Input

Select this Macro

Macro NameAdvanced Tables - CSV Table
Macro Syntax{csv}

Define these Parameters/Values

CSV Table settings > Data settings > Output formatwiki
CSV Table settings > Sorting > Columns to displaySpace, Id Type, Id, Viewspace
CSV Table settings > Data format > Augments to data row values
[%Space%:],,,!images^%viewspace%.png!
CSV Table settings > Data format > Augments to heading row values,,,View

Column settings > Formatting > Column type (1

2

3

4)

S

S

S

E

Screenshot

Wiki Markup Input

{csv:output=wiki
  |columns=Space, Id Type, Id, viewspace
  |augments=[%Space%:],,,!images^%viewspace%.png!
  |headingAugments=,,,View
  |columnTypes=S,S,S,E}
...
{csv}

Example Result

Other Examples

Visit our full list of product examples for additional inspiration!