-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
I need to know exactly what table-level access I need to our APEX database in order to be able to download a JSON file from an app.
My config.json looks like this:
{
"connections" : {
"sample" : "user/pass@server:port/sid",
"dev" : {
"connectionDetails" : "USER/[email protected]:PORT/ORCL",
"filters" : ["apex_application_pages"],
"filterGroups" : ["updated"]
},
"prod" : "giffy/[email protected]:11522/xe"
},
"filters" : ["^(.(?!page_id$))*_id$"],
"filterGroups" : {
"updateInfo" : [".+\\..+_updated_.*"]
}
}
When I run the apex-diff app, I get the following output on the screen:
$ node apex-diff/app.js dev 338
undefined:41
,"apex_application_page_proc":[
^
SyntaxError: Unexpected token , in JSON at position 6602
at JSON.parse ()
at Object. (/apex-diff/app.js:255:28)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
I'm the guy who is running this inside a Docker container (see issue #23)
Here's the gist containing the JSON file that is created. It seems like it doesn't really contain anything useful -
https://gist.github.com/ArkieCoder/c8b7c023d2610397ff0ef366da327d04
Metadata
Metadata
Assignees
Labels
No labels