Hi @mherrmann
I wonder if you have a mechanism to pass extra parameters to a FileSystem
e.g.
My Flat(FileSystem) expect an URL in the form of flat://c:/tmp
let's say I want to add some filtering.
The only way so far I can think of is by using an URL like: flat://c:/tmp?*.txt
where everything after ? will be the filter
This might not be the most efficient way.
Any other options?
Hi @mherrmann
I wonder if you have a mechanism to pass extra parameters to a FileSystem
e.g.
My Flat(FileSystem) expect an URL in the form of flat://c:/tmp
let's say I want to add some filtering.
The only way so far I can think of is by using an URL like: flat://c:/tmp?*.txt
where everything after ? will be the filter
This might not be the most efficient way.
Any other options?