Chapter 5: Manipulating Data
Now that you are starting to use logic apps, we will look at more complex text and numerical data manipulations that are commonly used by developers. You will learn how to perform calculations, concatenate text, split a string, count the length of a string, and index the position of a word or character within a string.
In this chapter, you will learn how to:
- Manipulate text and numerical data
- Split complex and long strings into separate sections for further processing
In this chapter, we will cover the following main areas:
- Performing basic mathematical operations
- Combining text
- Splitting a string at a certain point
- Counting the length of a string
- Indexing the position of a character in a string
Complex manipulations ...
Get Enterprise Integration with Azure Logic Apps now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.