Changes for page Base64 encoding

Last modified by Danniar Firdausy on 2024/09/17 21:22

From version 9.1
edited by eMagiz
on 2022/05/17 08:52
Change comment: There is no comment for this version
To version 11.1
edited by eMagiz
on 2022/06/09 13:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +Base64 encoding
Parent
... ... @@ -1,0 +1,1 @@
1 +WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.marijn
1 +XWiki.eMagiz
Content
... ... @@ -1,13 +1,8 @@
1 -{{html wiki="true"}}
2 -<div class="ez-academy">
3 - <div class="ez-academy_body">
1 +{{container}}
2 +{{container layoutStyle="columns"}}
3 +(((
4 4  
5 -<div class="doc">
6 6  
7 -
8 -
9 -= Base64 encoding =
10 -
11 11  Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
12 12  
13 13  Should you have any questions, please get in touch with academy@emagiz.com.
... ... @@ -54,7 +54,7 @@
54 54  
55 55  First, we need to navigate to the Create phase of eMagiz and open the flow in which we want to add this logic. Once you have opened your flow, you need to enter "Start editing" mode. This mode allows you to change the flow in question and add the logic to the transformation within the flow. When you have done so, it becomes time to add the base64 encode component to the flow.
56 56  
57 -<p align="center">[[image:intermediate-data-handling-base64-encode--component.png||]]</p>
52 +[[image:Main.Images.Microlearning.WebHome@intermediate-data-handling-base64-encode--component.png]]
58 58  
59 59  At the component level, you need to define the input and output channel. Note that when the charset of the input message deviates from the UTF-8 default, you should specify the charset on the Advanced tab.
60 60  
... ... @@ -62,8 +62,6 @@
62 62  
63 63  Now that we know how to implement it, we can quickly look at possible use cases for this logic. We see this logic popping up mainly when dealing with attachments/files (i.e., pictures, pdf) within XML messages.
64 64  
65 -===== Practice =====
66 -
67 67  == 4. Assignment ==
68 68  
69 69  Look for places where you could use this logic to aid your integration process within your (Academy) project.
... ... @@ -91,11 +91,9 @@
91 91  
92 92  This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
93 93  
94 -<iframe width="1280" height="720" src="../../vid/microlearning/intermediate-data-handling-base64-encode.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
87 +{{video attachment="intermediate-data-handling-base64-encode.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
88 +
89 +)))
95 95  
96 -</div>
97 -
98 -</div>
99 -</div>
100 -
101 -{{/html}}
91 +((({{toc/}}))){{/container}}
92 +{{/container}}