Clipboard to dataset
Clipboard to dataset activity is used for converting the text read from the clipboard into a dataset.
| *New dataset name | The reference name is given to the dataset which will create in this field. |
| *Has header | It indicates whether the first line of the text document to be opened is a title or not. If the feature is selected, it means there is a title, if it is not, it means no title. |
| Delimeter | The separator character in the text document to be opened is specified. |
| *Type | Indicates the data type. Data types differ in structure and separators. |
Note: * Fields selected with are required, others are optional.
New dataset name example
You can use the New dataset name as shown in the examples.
clipDS
After exiting the data in the dashboard, it can be written to another field such as excel, csv with the name given to the data set.
Type examples
You can use the Type as shown in the examples.
CSV_Default
CSV_Excel
CSV_InformixUnload
CSV_MySQL
CSV_Oracle
CSV_PostgreSQLCsv
CSV_PostgreSQLText
CSV_RFC4180
CSV_TDF
text
Delimeter example
You can use the Delimeter as shown in the examples.
name; surname; age;
Data is written according to the separator of the data received in the set. Separators such as commas can be used.