Project activity and updates ? #634
ScalGitHub
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all;
is there any activity still on the projet ? Last version was June 2024, almost two years ago. I ask because I face a small issue:
the dataset must be located in the 'ressources' folder (or a sub folder) for DB Rider to find the file to use.
! The following is NOT for usage of the annotation !
While I'm sure there was a reason for this in the past, why wouldn't it allow the file to be taken from any relative or full path ?
Or why is it impossible to provide the data as a string directly ?
Scenario: I want to generate a dynamic dataset in the 'target' folder so that the temporary generated dataset is not stored as a physical file in my java/maven project; or I want to generate the dynamic dataset as a string and pass it directly instead of as a file.
Example creating a dataset
where ${myValue} would be replaced with a dynamically generated string to cover multiple specific values
This would avoid have to use a single physical file for each value to use in the column
Side question: if I was to contribute to the project to allow a string or full path to be use, would this need to be approved by anyone and would that 'anyone' actually do it considering the last release date ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions