Div | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
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 CSOAP using --action getSpacePermissionList
...
CSV Table settings > Data settings > Output format | wiki |
CSV Table settings > Sorting > Columns to display | Space, 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
Code Block | ||||
---|---|---|---|---|
| ||||
{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!