Skip to end of banner
Go to start of banner

Add Links and Images with Augments

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »


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 and it relies on 2 images being attached to a page named "images" in the current space. The images are named "true.png" for the (tick) and "false.png" for the (error)


Macro Browser Input

Select this Macro

Macro NameCSV (Comma Separated Values)
Macro Syntax{csv}


Define these Parameters/Values

Output formatwiki
Columns to showSpace, Id Type, Id, Viewspace
Augments to data row values
[%Space%:],,,!images^%viewspace%.png!
Augments to heading row values,,,View
Column typesS,S,S,E

Explaining the Augments to data row values parameter's value:


 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!

  • No labels