Convert long-text to data-list
Description
Converts long-text inputs into a data-list by either CSV or JSON format.
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Import format | text | manual-only | true | The format of the long-text value, JSON or CSV |
Fields | data-field | link-manual | true | The fields that exists inside of the long-text value |
long-text values | long-text | link-manual | true | The long-text value you want converted to a data-item, this must be an object or csv with fields |
Scenarios
- The user has a
long-text
value that is in the format of data-list values and wants to convert the long-text to adata-list
Use case
Inputs
- Import format:
JSON
- Fields:
- Long-text values:
[{"name":"Jack","surname":"Russel"},{"name":"Boer","surname":"Boel"}]
Experienced tips
- If the
Fields
are empty, the process will continue and provide you with an emptyNext data-item
output - If the
Long-text values
are empty, the process will stop and provide you with the following error.Unexpected end of JSON input
Search Tags
convert long-text to data-list