...
...
...
On this page | type | flat |
---|
separator | pipe |
---|
|
|
Section |
---|
Column |
---|
Adding a row numberDescription | The simplest example is adding a row number to the data. It can be added in any column position. |
---|
Example image | Image Removed |
---|
Macro browser | Image Removed |
---|
Wiki | No Format |
---|
{csv:columns=,Product, Sales|augments=%#%}
Product, Sales
ABC, 1000
XYZ, 2000
{csv} |
|
---|
Note |
---|
title | Persistent row number |
---|
| This row number is added to the html table produced by the macro just as if it was in the original CSV data. This will show in an exported page. This is different than selecting Auto number each row for the table which is a browser display option only. |
|
|
...
Adding links and images
...
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
...
Section |
---|
Column |
---|
| No Format |
---|
{csv:output=wiki
|columns=Space, Id Type, Id, viewspace
|augments=[%Space%:],,,!images^%viewspace%.png!
|headingAugments=,,,View
|columnTypes=S,S,S,E}
...
{csv} |
|
|
...
Overview
For more information, please visit our Augments documentation.
In addition to the Augment Examples shown below, please also look at the Confluence CLI output examples and JIRA CLI output examples that use augments.
Augments Examples
Child pages (Children Display) |
---|