On 4/13/2018 2:54 AM, rameshkjes wrote:
I am using datasource as "FileDataSource", how can i grab that information from url?
I'm pretty sure that you can provide pretty much ANY information in the DIH config file from a URL parameter, using the ${dih.request.XXXX} syntax.
To answer your other question you sent in a different message: With the standard syntax, imports are going to fail if you don't supply all the parameters. I think you can specify a default value in that syntax like this, which will get used if the property isn't defined:
${dih.request.XXXX:defaultValue} Thanks, Shawn