---
title: "runFromCsv"
canonical: "https://support.appfire.com/space/JCLI/70783505/runFromCsv"
format: markdown
---
> Macro (aura-html)

See also: [Actions](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70787366)

> Macro (details)
> 
> | **Description** | Run actions generated from a CSV file. The default behavior is that each column name that matches a valid parameter for the client generates a parameter with value matching the column value for the row being process. Alternatively, use '--options setReplacementVariables' to change the behavior to set a replacement variable whose key (case sensitive) is the column name with blanks removed and whose value is the value matching the column value for the row being processed. |
> | --- | --- |
> | **Required Parameters** | [file](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784297) |
> | **Optional Parameters** | [propertyFile](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785111), [common](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70790043), [input](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70789760), [continue](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70790023), [simulate](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784353), [field](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784837), [encoding](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785169), [clearFileBeforeAppend](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784803), [findReplace](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70790127), [findReplaceRegex](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785127) |
> | **Type** | [Run](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780909/Action+Types#ActionTypes-Run) |
> | **Category** | [Run](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780591/Action+Categories#ActionCategories-Run) |
> | **Output Formats** |  |
> | **Replacement Variables** |  |
> | **Hosting** |  |
> | **Since Version** |  |
> | **Examples** | [runFromCsv](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70782732/Examples#Examples-runFromCsv) |

## Related How To's

> Macro (cql-query)