---
title: "Add a Row Number with Augments"
canonical: "https://support.appfire.com/space/TBL/74815093/Add%20a%20Row%20Number%20with%20Augments"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page shows how you can use Augments to add a row number to the data. It can be added in any position.

# 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* | ,Product,Sales |
| *Augments to data row values* | %#% |

### Screenshot

![image](media://94aa24a6-1f31-4f3e-a7d9-f1676d24447c)

# Wiki Markup Input

```plaintext
{csv:columns=,Product, Sales|augments=%#%}
Product, Sales
ABC, 1000
XYZ, 2000
{csv}
```


# Example Result

![image](media://a5a71afe-2541-4067-a0ac-ded91bfb856b)

> ⚠️ **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.


# Other Examples

Visit our [full list of product examples](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815984) for additional inspiration!