Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separatorpipe

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 CSOAP using --action getSpacePermissionList

...

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

Image RemovedImage Added

Wiki Markup Input

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

Example Result

Image RemovedImage Added

Other Examples

Visit our full list of product examples for additional inspiration!Image Removed