-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple json files management #58
Comments
@totocaca123 Thanks for your effort and all the feedback! I appreciate it very much! Feel free to help with the development. I don't have too much time to spend on this :) |
At the moment each json have to have a unique |
I'm available but my skills is quiet limited. I can work en file format, file examples, and minor features (could take few easy tasks). |
I tested (I copy/paste the example files). All my files have same ID and same report name. The plugin generates 1 report per file. So it seems that unique ID/report name is not corretly handled |
That's true, I have to make sure, that each report has a unique id, otherwise the logic of this plugin won't work correct. |
What feature do you want to see added?
It's not a feature request but an open question:
If we define same id and same report name in json file, all data are not merged and the plugin create multiple reports
How to force inside json file to indicate the right data set.
For example if I have 10 json files:
In the current design, 10 reports will be created
So for multiple file I see many options:
Upstream changes
No response
The text was updated successfully, but these errors were encountered: