XenoGuard 4.0 Documentation

Save Buffer

ActionStep Reference » Windows » File Handling » Csv » Save Buffer

The ActionStep CSV Save Buffer stores all cell contents of the specified CSV file.


[-] Hide
  1. Open the Windows node in the Workspace Explorer.
  2. Open the File Handling node.
  3. In the CSV node, select the Save Buffer ActionStep.

Parameters:

The ActionStep has the following input parameters:


NAME DESCRIPTION
File
Specifies the location of the CSV file.

Allowed Context Scopes
 [Fixed, Local, Global]
Allowed Context Types
 [Variable, Parameter, Enum] 
Encoding
The encryption to be used for character encoding.

Allowed Values: ASCII, ANSI, UTF-8, UTF-8-BOM, Unicode

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]
Column Separator
The sign that separates each column of a CSV file.

Default Value: semi-colon (;)

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Warning A File Access Error occurs when the content is being cleared while the file is open. Make sure that the file being accessed is closed or not active. 

Example 1 (Save content into a CSV file):

This example saves all contents in a CSV file name supply.csv. The result after saving the data into the cell of the CSV file is then output via Read Value.


See other CSV operations:

Read File
Read Value
Write Value
Clear Content