Last modified by Erik Bakker on 2024/08/26 12:29

From version 37.1
edited by Erik Bakker
on 2024/08/26 12:29
Change comment: There is no comment for this version
To version 33.1
edited by Erik Bakker
on 2023/01/23 08:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -In this microlearning, we’ll explore how to process files on a per-line basis in eMagiz. This approach involves breaking down a large input file into individual lines, each treated as a separate message. We’ll guide you through configuring your flow to read and handle each line efficiently, using minimal memory. Whether you're working with flat files or XML, this method allows for flexible, line-by-line processing tailored to specific needs. By the end, you'll be equipped to set up this process effectively within eMagiz.
2 +In some cases, you want to treat each unique part of your input file as its message instead of processing the complete file as its message. In this microlearning, we will learn how you can process a (large) file on a per-line basis.
3 3  
4 4  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
... ... @@ -76,21 +76,26 @@
76 76  
77 77  After finishing all these configuration steps we can press Save to save our work and ensure that we can process the input file on a per-line basis.
78 78  
79 -== 4. Key takeaways ==
79 +== 4. Assignment ==
80 80  
81 +Configure an entry in which you define the component and configuration needed to process a file on a per-line basis.
82 +This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment.
83 +
84 +== 5. Key takeaways ==
85 +
81 81  * Easy way of reading a file line by line and sending it to eMagiz (Low on memory)
82 82  * Ability to process each line based on distinctive logic that is relevant on line level
83 83  * Can be used for flat file as well as XML input files
84 84  * Try to avoid complex transformations within the entry
85 85  
86 -== 5. Suggested Additional Readings ==
91 +== 6. Suggested Additional Readings ==
87 87  
88 -* [[Use Cases (Menu)>>doc:Main.eMagiz Academy.Use Cases.WebHome||target="blank"]]
89 -** [[File based Connectivity (Navigation)>>doc:Main.eMagiz Academy.Use Cases.File based Connectivity.WebHome||target="blank"]]
90 -* [[Intermediate (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
91 -** [[File based Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.File based connectivity.WebHome||target="blank"]]
92 -* [[Advanced (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.WebHome||target="blank"]]
93 -** [[File based Connectivity (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.File based connectivity.WebHome||target="blank"]]
94 -* [[File per line (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22file+per+line%22||target="blank"]]
93 +There are no suggested additional readings on this topic
95 95  
95 +== 7. Silent demonstration video ==
96 +
97 +This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
98 +
99 +{{video attachment="novice-file-based-connectivity-processing-a-file-per-line.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
100 +
96 96  )))((({{toc/}}))){{/container}}{{/container}}