---
title: "Converting CSV Data into Tables"
canonical: "https://support.appfire.com/space/TBL/74815052/Converting%20CSV%20Data%20into%20Tables"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page outlines an example of the [CSV macro](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815945) in action, which is part of the [Advanced Tables for Confluence](https://appfire.atlassian.net/wiki/spaces/TBL/overview) add-on.

# Macro Browser Input

### <span style="color: #333333">Select this Macro</span>

|  |  |
| --- | --- |
| *Macro Name* | CSV (Comma Separated Values) |
| *Macro Syntax* | {csv} |

### <span style="color: #333333">Define these Parameters/Values</span>

<span style="color: #333333">This example uses the default macro parameter value selections.</span>

### <span style="color: #333333">Screenshot</span>

![image](media://240ae8a0-9fde-4536-98dc-5edd0bdcd569)

 

# Wiki Markup Input

```plaintext
{csv}
 , January, February, March, April
Max, 37.5, 32.7, 28.0, 25.3
Min, 31.3, 26.8, 25.1, 18.7
{csv}
```

 

# Example Result

> Macro (csv)

 

# Other Examples

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