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

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

> 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/BCCLI/pages/65768095) |
> | **Optional Parameters** | [propertyFile](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65767297), [common](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766349), [input](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768189), [continue](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766680), [simulate](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768351), [field](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65767481), [encoding](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766303), [clearFileBeforeAppend](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65765658), [findReplace](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65767245), [findReplaceRegex](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766313) |
> | **Type** | [Run](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65768932/Action+Types#ActionTypes-Run) |
> | **Category** | [Run](https://appfire.atlassian.net/wiki/spaces/BCCLI/pages/65766329/Action+Categories#ActionCategories-Run) |
> | **Output Formats** |  |
> | **Replacement Variables** |  |
> | **Since Version** |  |
> | **Examples** |  |

## Related How To's

> Macro (cql-query)