Get SIE DataReader
Use this action to convert collections in the SIEREsultOBject to an IDataReader.

Example 
The example above shows how a SIE file is read from the Fortnox REST API, and parsed with the SIE file parser. From the parsed result object, an SIE DataReader action is then used to extract values that are then inserted into an SQL Server table.
Properties
| Name | Type | Description |
|---|---|---|
| Title | Optional | The title or name of the action. |
| Source | Required | A Stream containing an SIEResultObject. |
| Convert type | Required | The type of collection to flatten. |
| Max flatten depth | Optional | The maximum number of nested object levels to flatten into column. |
| Result variable name | Required | The name of the variable that contains the output from this action. |
| Description | Optional | Additional notes or comments about the action. |