UiPath | Convert String to Array | Split String to Array | Split Function in UiPath | Strings

Published: 24 June 2021
on channel: Act Automate
5,082
29

#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

👍    / @actautomate  


On this page of the site you can watch the video online UiPath | Convert String to Array | Split String to Array | Split Function in UiPath | Strings with a duration of hours minute second in good quality, which was uploaded by the user Act Automate 24 June 2021, share the link with friends and acquaintances, this video has already been watched 5,082 times on youtube and it was liked by 29 viewers. Enjoy your viewing!