Hi!
I currently have a problem reading from a network resource.
My FlatFileItemReader has a property "resource" looking like this;
When the jobParameter FILEPATH = c:\test.csv it works...., but if I input \\testserver\sharename\file.csv, it fails;Code:<property name="resource" value="file:/#{jobParameters[FILEPATH]}"/>
Does anyone got a solution to this?Code:Input resource must exist (reader is in 'strict' mode): URL [file:/my-pc/shared/test.csv]


Reply With Quote
