Hi,
Is there a way to pass the selected filename to the import procedure when using dbr.import?
Thanks
Ronny
dir.import filename
(8 posts) (2 voices)-
-
Hi,
there is none at the moment. We can take a look if we could introduce it as an automatic parameter.--
myDBR Team -
Hi,
OK thanks for the quick answer.
I would be good to have this as a automatic parameter.Best Regards
Ronny -
Ronny,
the latest build includes inImportFilename-automatic parameter. In addition to that it also includes bew options for import title and button text and allows importing JSON files.--
myDBR Team -
Hi,
This is great.
Do you already know when this will be available?Ronny
-
Ronny,
it's already available, just run the updater.--
myDBR Team -
Ok I have now 4.6.1 build 2963 installed.
Do you have a example how can i now pass inImportFilename-automatic value to the insert procedure?
I tried it the same way as the parameter inLogin, but the '-' is not accepted in the variable name. -
You can use it in dbr.import.prepare -procedure (and in dbr.import.finish-procedure if you are running build 2965 or newer).
The parameter name is 'inImportFilename' (without apostrophes).
--
myDBR Team
Reply
You must log in to post.