---
title: "runFromCsv"
canonical: "https://support.appfire.com/space/SCLI/73368561/runFromCsv"
format: markdown
---
See also: [Actions](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73368507)

> 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/SCLI/pages/73370741) |
> | **Optional Parameters** | [propertyFile](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371635), [common](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73370645), [input](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371353), [continue](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371170), [simulate](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73368863), [field](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371343), [encoding](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73368755), [clearFileBeforeAppend](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371184), [findReplace](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73370579), [findReplaceRegex](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73370799) |
> | **Type** | [Run](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73370540/Action+Types#ActionTypes-Run) |
> | **Category** | [Run](https://appfire.atlassian.net/wiki/spaces/SCLI/pages/73371318/Action+Categories#ActionCategories-Run) |
> | **Output Formats** |  |
> | **Replacement Variables** |  |
> | **Hosting** |  |
> | **Since Version** |  |
> | **Examples** |  |

## Related How To's

> Macro (cql-query)