wgzhao / Addax

Addax is a versatile open-source ETL tool that can seamlessly transfer data between various RDBMS and NoSQL databases, making it an ideal solution for data migration.
https://wgzhao.github.io/Addax/
Apache License 2.0
1.2k stars 304 forks source link

Refactor wildcard file handling using Paths and Files classes #1133

Closed wgzhao closed 1 month ago

wgzhao commented 1 month ago

Enhanced the process of listing wildcard files by leveraging the java.nio.file.Paths and java.nio.file.Files classes.