Save as
Save as activity allows to save a dataset in different formats such as CSV, Excel, Json, Xml, Html, Pdf.
| *Dataset name | Reference name of dataset which will be used for operations. |
| *Text file name | File name with path. |
| *Type | The dataset; Csv, excel, json, xml, html, pdf formats are selected to be saved. |
| Include header | First row of selected range is a header. |
| Delimeter | Specifies with which separator cellular data will be combined when saving in CSV format. |
| Quote char | It determines the character in which string values will be written when saving in CSV format. |
Note: * Fields selected with are required, others are optional.
Dataset name example
You can use the Dataset name as shown in the example.
${datasetname}
Text file name example
You can use the Text file name as shown in the example.
C:RobustaOrnek.csv
Type examples
You can use the Type as shown in the examples.
CSV
EXCEL
JSON
XML
HTML
Delimeter example
You can use the Delimeter as shown in the example.
It only needs to be filled when the CSV type is selected.
,
;
Quote char examples
You can use the Quote char as shown in the examples.
It only needs to be filled when the CSV type is selected.
‘
“