FTP/SFTP Filename Pattern Support
Import jobs can now detect files using filename patterns, not just exact names.
Workflow
Section titled “Workflow”- Configure FTP/SFTP as the data source.
- Set the import directory path, for example:
/fullupdate/ - Define a filename pattern using
*, for example:shopware_6_import_file_*.csv
How It Works
Section titled “How It Works”- All files matching the pattern are detected.
- If multiple files match, only the most recently modified file is processed.
Result
Section titled “Result”Timestamped files like shopware_6_import_file_2026-01-07--11-53-00.csv are handled automatically without manual renaming.