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

From version 32.1
edited by Erik Bakker
on 2023/01/23 08:24
Change comment: There is no comment for this version
To version 29.1
edited by Erik Bakker
on 2022/06/10 13:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -3,6 +3,9 @@
3 3  
4 4  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
6 +* Last update: May 28th, 2021
7 +* Required reading time: 5 minutes
8 +
6 6  == 1. Prerequisites ==
7 7  
8 8  * Basic knowledge of the eMagiz platform
... ... @@ -46,9 +46,9 @@
46 46  ==== 3.1.2 Flat File Item Reader ====
47 47  
48 48  For the Flat File item reader, there are some more choices and configurations to be made. There are three options you can choose from:
49 -* Pass through line mapper
50 -* Default line mapper
51 -* Pattern matching composite line mapper
52 +- Pass through line mapper
53 +- Default line mapper
54 +- Pattern matching composite line mapper
52 52  
53 53  Each of these options has some advantages and disadvantages. Adhering to the best practices of eMagiz (i.e. no transformation in the entry) the best option would be to use the pass-through line mapper. As the name suggests this option does nothing except give a string back to the flow on a per line basis. However, choosing this option means that the actual transformation from that string to XML needs to happen later in the process (most likely in the onramp) with the help of a flat-file to XML transformer (more on that component in a later course).
54 54