Changes for page Pick up Files

Last modified by Danniar Firdausy on 2024/08/21 16:48

From version 22.6
edited by Danniar Firdausy
on 2024/08/21 16:47
Change comment: There is no comment for this version
To version 22.3
edited by Danniar Firdausy
on 2024/08/20 15:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -In this microlearning, we will explain the basics of retrieving files from a local directory using eMagiz. We will cover the essentials for setting up file retrieval from a directory that is directly accessible within the network where the eMagiz process is running. We will walk you through key concepts, considerations, and best practices to ensure a smooth file handling process.
2 +In this microlearning, we will explain the basics of retrieving files from a local directory (i.e. a directory that is directly accessible within the network where the eMagiz process is running)
3 3  
4 -If you have any questions along the way, feel free to reach out to us at [[academy@emagiz.com>>mailto:academy@emagiz.com]].
4 +Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
6 6  == 1. Prerequisites ==
7 7  
... ... @@ -10,9 +10,16 @@
10 10  == 2. Key concepts ==
11 11  
12 12  This microlearning centers around retrieving files from a local directory via eMagiz.
13 -* With retrieving we mean: Checking with a certain interval if new files are ready to be pulled from the directory by emagiz
14 -* With local directory we mean: A directory that is directly accessible within the network where the eMagiz process is running
13 +By retrieving we mean: Checking with a certain interval if new files are ready to be pulled from the directory by emagiz
14 +By local directory we mean: A directory that is directly accessible within the network where the eMagiz process is running
15 15  
16 +Key considerations when picking up files are:
17 +
18 +* What are the determining criteria to define when a file is "ready" to be picked up (age, pattern, size, etc.)
19 +* With what frequency is eMagiz going to check for new files
20 +* Has eMagiz the appropriate rights to read from the directory where the messages are to be retrieved from
21 +* What is the format (i.e. XML, JSON, EDI, TXT, CSV, etc.) of the files that eMagiz needs to retrieve
22 +
16 16  == 3. Pick up Files ==
17 17  
18 18  One of the easiest connectivity methods to implement within eMagiz is the retrieval of files from a local directory.
... ... @@ -113,17 +113,15 @@
113 113  
114 114  == 4. Key takeaways ==
115 115  
116 -* Criteria for File Retrieval: Determine the criteria for identifying when a file is "ready" to be picked up, such as age, pattern, or size. Ensure these criteria are properly configured to avoid issues with file processing.
117 -* File Formats: Ensure you handle various file formats (e.g., XML, JSON, EDI, CSV) correctly. Use the file to string transformer to process file contents as needed.
118 -* Check Frequency: Decide how frequently eMagiz will check the local directory for new files. You can choose between options like Fixed Delay, Fixed Rate, or Cron Trigger, based on your needs and expected changes in frequency.
119 -* Access Rights: Verify that eMagiz has the necessary permissions to read from the directory and any parent directories. Proper access rights are crucial for successful file retrieval.
123 +* Key considerations when picking up files are:
124 + * What are the determining criteria to define when a file is "ready" to be picked up (age, pattern, size, etc.)
125 + * With what frequency is eMagiz going to check for new files
126 + * Has eMagiz the appropriate rights to read from the directory where the messages are to be retrieved from
127 + * What is the format (i.e. XML, JSON, EDI, TXT, CSV, etc.) of the files that eMagiz needs to retrieve
120 120  
121 121  == 5. Suggested Additional Readings ==
122 122  
123 123  If you are interested in this topic and want more information on it please read the help text provided by eMagiz and read the following link:
124 124  
125 -* [[Store (Menu)>>doc:Main.eMagiz Store.WebHome||target="blank"]]
126 -** [[Accelerators (Navigation)>>doc:Main.eMagiz Store.Accelerators.WebHome||target="blank"]]
127 -*** [[File Inbound (Store Item)>>doc:Main.eMagiz Store.Accelerators.File Inbound.WebHome||target="blank"]]
128 -* [[Pick up Files (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22pick+up+files%22||target="blank"]]
133 +* [[Pick up Files (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%pick+up+files%22||target="blank"]]
129 129  )))((({{toc/}}))){{/container}}{{/container}}