Div |
---|
|
On this page Table of Contents |
---|
maxLevel | 1 |
---|
exclude | On this page |
---|
type | flat |
---|
separator | pipe |
---|
|
|
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
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 |
Screenshot
Wiki Markup Input
Code Block |
---|
language | text |
---|
linenumbers | true |
---|
|
{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!