Changes for page Pick up Files
Last modified by Danniar Firdausy on 2024/08/21 16:48
From version 22.5
edited by Danniar Firdausy
on 2024/08/20 15:55
on 2024/08/20 15:55
Change comment:
There is no comment for this version
To version 23.1
edited by Danniar Firdausy
on 2024/08/21 16:48
on 2024/08/21 16:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 (i.e. a directory that is directly accessible within the network where the eMagiz process is running)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. 3 3 4 - Shouldyou have any questions,please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].4 +If you have any questions along the way, feel free to reach out to us at [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 6 6 == 1. Prerequisites == 7 7 ... ... @@ -10,16 +10,9 @@ 10 10 == 2. Key concepts == 11 11 12 12 This microlearning centers around retrieving files from a local directory via eMagiz. 13 - Byretrieving we mean: Checking with a certain interval if new files are ready to be pulled from the directory by emagiz14 - Bylocal directory we mean: A directory that is directly accessible within the network where the eMagiz process is running13 +* 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 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 - 23 23 == 3. Pick up Files == 24 24 25 25 One of the easiest connectivity methods to implement within eMagiz is the retrieval of files from a local directory. ... ... @@ -120,11 +120,10 @@ 120 120 121 121 == 4. Key takeaways == 122 122 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 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. 128 128 129 129 == 5. Suggested Additional Readings == 130 130