in reply to Re^6: (OT) Perl and creating a query for MongoDB
in thread (OT) Perl and creating a query for MongoDB
Can you post the perl script and source data files that you used to create the report shown on you original post ? i.e.
poj{ "name": "test1", "all_data": [ { "sub_data": [ { "sub_name": "Test1", "sub_path": "GROUP1/Test1", "info": [ { "group": "pkgs", "values": [ "tcsh" ] }, { "group": "tcsh", "values": [ "6.13.00" ] } ] }, { "sub_name": "GROUP2", "sub_path": "GROUP2", "info": [ { "group": "pkgs", "values": [ "tcsh" ] }, { "group": "tcsh", "values": [ "6.13.00" ] } ] }, ], "all_data_name": "ROOT", "all_data_path": "/PATH/TO/ROOT" } ], "username": "erwerwcsd", "timestamp": "1564475903" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: (OT) Perl and creating a query for MongoDB
by ovedpo15 (Pilgrim) on Aug 02, 2019 at 19:12 UTC | |
by poj (Abbot) on Aug 02, 2019 at 20:31 UTC | |
by ovedpo15 (Pilgrim) on Aug 02, 2019 at 20:42 UTC | |
by poj (Abbot) on Aug 03, 2019 at 11:02 UTC | |
by ovedpo15 (Pilgrim) on Aug 03, 2019 at 11:58 UTC |