filmov
tv
UiPath | Convert String to Array | Split String to Array | Split Function in UiPath | Strings
![preview_player](https://i.ytimg.com/vi/yeZR2nUt-Os/maxresdefault.jpg)
Показать описание
#rpa #uipath #stringmanipulation
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about how to convert a string to an array.
● It's about splitting a string and storing the split data in an array.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, wie man einen String in Array umwandeln kann.
● Es geht um das Splitten eines Strings und die gesplitteten Daten in einem Array zu speichern.
🌟 𝗖𝗼𝗱𝗲
✔ Split(str,",")
✔ Split(str,".")
✔ Split(str,";")
✔ Split(str," ")
✔ Split(str,"A")
✔ Split(str,"Apple")
✔ Split(str,"_")
✔ Split(str,"-")
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Create two variables: String variable (str) and Array Variable (arr)
➋ Set a default value for the strnig variable, e.g.: "Apple, Organge, Watermelone"
➌ Add Assign activity and set: arr = Split(str,",")
➍ Add For each activity
➎ Set the Array variable as Input
➏ Set the TypeArgument = String
➐ Add WriteLine activity
➑ Write: item
➒ Run the code to see the result in the console
➓ You can change the default value for the string and adjust the split function to split the string using another separator like: Point, Comma, Space, Letter, Word etc.
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ UiPath
→ UiPath Automation
→ UiPath Activity
→ Split String
→ Split String to Array
→ Convert String to Array
→ Split String using the comma
→ Split String using the point
→ Split String using the space
→ Split String using the dash
→ Split String using the minus
→ Save String as Array
→ Get Values from string
→ Add Values to Array
→ String Manipulation
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about how to convert a string to an array.
● It's about splitting a string and storing the split data in an array.
👉 𝐆𝐞𝐫𝐦𝐚𝐧
● In diesem Video geht es darum, wie man einen String in Array umwandeln kann.
● Es geht um das Splitten eines Strings und die gesplitteten Daten in einem Array zu speichern.
🌟 𝗖𝗼𝗱𝗲
✔ Split(str,",")
✔ Split(str,".")
✔ Split(str,";")
✔ Split(str," ")
✔ Split(str,"A")
✔ Split(str,"Apple")
✔ Split(str,"_")
✔ Split(str,"-")
📝 𝐏𝐫𝐨𝐜𝐞𝐝𝐮𝐫𝐞
➊ Create two variables: String variable (str) and Array Variable (arr)
➋ Set a default value for the strnig variable, e.g.: "Apple, Organge, Watermelone"
➌ Add Assign activity and set: arr = Split(str,",")
➍ Add For each activity
➎ Set the Array variable as Input
➏ Set the TypeArgument = String
➐ Add WriteLine activity
➑ Write: item
➒ Run the code to see the result in the console
➓ You can change the default value for the string and adjust the split function to split the string using another separator like: Point, Comma, Space, Letter, Word etc.
✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ UiPath
→ UiPath Automation
→ UiPath Activity
→ Split String
→ Split String to Array
→ Convert String to Array
→ Split String using the comma
→ Split String using the point
→ Split String using the space
→ Split String using the dash
→ Split String using the minus
→ Save String as Array
→ Get Values from string
→ Add Values to Array
→ String Manipulation