Skip to content

ultrafab/stringtoarray_flogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Split string

This activity provides your flogo application the ability to split a path into array

Installation

flogo install github.com/ultrafab/stringtoarray_flogo

Link for flogo web:

https://github.com/ultrafab/stringtoarray_flogo

Schema

Inputs and Outputs:

{
 "input":[
    {
      "name": "input_string",
      "type": "string"
    },
    {
      "name": "split_char",
      "type": "string"
    }
  ],
  "output": [
    {
      "name": "result",
      "type": "array"
    }
  ]
}

Inputs

Input Description
input_string the input string to parse
split_char the char to use for split the string

Ouputs

Output Description
result the array with the strings

About

Split a string into array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages