Last updated: 19 ก.ค. 2566 | 1068 จำนวนผู้เข้าชม |
สิ่งที่คุณจะได้เรียนรู้
1. สร้าง Software Robot เพื่อสามารถ จัดเรียง File, Unzip File และย้ายไฟล์ ไปตาม Destination Folder ต่างๆ
เพื่อให้ Robot Software ตัวอื่นๆ หรือ Process อื่นๆ นำไฟล์ไปใช้งานได้ต่อไป
2. เรียนรู้ Action Command การใช้งาน For each, If Else, Switch Case ว่ามีวิธีการทำงานอย่างไร
3. สามารถสร้าง Log ไฟล์เพื่อเก็บบันทึกการทำงานของ Robot Software และ Time Stamp Log File
Step by Step
1. ประกาศตัวแปร Folder ที่จัดเก็บ
2. Unzip File ด้วยการใช้คำสั่ง For each และ Upzip File ลบ File Zip
3. File Sorting ทำการแยก File Extention และ Move File ไปที่ Folder ที่กำหนด
4. สร้าง Log File เพื่อแสดงผลการทำงาน ตรวจสอบควมถูกต้อง และ Stamp เวลาการทำงานของ Robot Software
Log File
This File Run: %FormattedDateTime%
Total file Sort: %ListDoc.Count + ListExcel.Count + ListText.Count%
Total Text File: %ListText.Count%
Total Doc File: %ListDoc.Count%
Total Excel File: %ListExcel.Count%
File Sort:
%ListDoc%
%ListExcel%
%ListText%
ตัวอย่าง Demo File สามารถ Download ได้ที่นี่
https://drive.google.com/file/d/1n9mNMs4NozDeVg_K6v1QrLpVyipUZnD9/view?usp=sharing