---
title: "Add Links and Images with Augments"
canonical: "https://support.appfire.com/space/TBL/74815108/Add%20Links%20and%20Images%20with%20Augments"
format: markdown
---
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   and "false.png" for the  .  Macro Browser Input Select this Macro Macro Name CSV (Comma Separated Values) Macro Syntax {csv} Define these Parameters/Values Output format wiki Columns to show Space, Id Type, Id, Viewspace Augments to data row values [%Space%:],,,!images^%viewspace%.png! Augments to heading row values ,,,View Column types S,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!