Hi I have a simple issue with the following route:
This works
.pollEnrich("file://src/main/resources/supplier/xxx/article?fileName=ExcelFooter.txt&noop=true&idempotent=false")
But I need to replace the classpath 'src/main/resources' folder, cause
otherwise it doesn't work when its deployed.
How to PollEnrich a file from classpath?
Camel: 3.20.2
Spring Boot 2.7.8
