Chapter 7: Manipulating Data Using UiPath
Today, every software application, business process, or human deals with data. Data is the most critical resource in every organization and it's available to us in many different forms. We need to modify, structure, format, or sort data to convert it into meaningful information in a business process.
This chapter focuses on introducing different methods of manipulating data based on various data types. Data used in a business process undergoes many transformational steps before it's ready for consumption at various stages of the process, hence it is crucial to understand how to perform such manipulations.
This chapter consists of the following sections:
- Explaining the concept of data manipulation
- Understanding string manipulation
- Understanding date and time manipulation
- Understanding list manipulation
- Understanding numeric calculations
- Understanding dictionary manipulation
- Understanding pattern...