Files
2026-04-28 10:47:57 -04:00

42 lines
1.5 KiB
JSON

{
"create_time": "2021-04-28T19:53:57.385922+00:00",
"custom_function_id": "3df37bde81cd69c94bd5d77ea8d8f8cee0214fd5",
"description": "Return a list of the components of input_string when split using the specified delimiter. If strip_whitespace is not specified or is \"True\", strip all whitespace from the beginning and end of each resulting component.",
"draft_mode": false,
"inputs": [
{
"contains_type": [
"*"
],
"description": "The string to split",
"input_type": "item",
"name": "input_string",
"placeholder": "item_1, item_2, item_3"
},
{
"contains_type": [],
"description": "The delimiter to split by, which defaults to a comma",
"input_type": "item",
"name": "delimiter",
"placeholder": ","
},
{
"contains_type": [],
"description": "Either True or False to indicate whether or not to remove whitespace before and after each item. Defaults to True",
"input_type": "item",
"name": "strip_whitespace",
"placeholder": "True"
}
],
"outputs": [
{
"contains_type": [
"*"
],
"data_path": "*.item",
"description": "One result for each output item"
}
],
"platform_version": "4.10.3.51237",
"python_version": "3.13"
}