diff --git a/recordAppInsights.sh b/recordAppInsights.sh index f20a56d..48185fb 100644 --- a/recordAppInsights.sh +++ b/recordAppInsights.sh @@ -24,6 +24,7 @@ else filename=$1 fi +# Thinking about it, the whole lot below could probably be done directly in JQ much faster and easier -- I'll maybe re-work that at some point. echo "$(date +%Y%m%d%H%M%S): - Processing JSON data into SQL Providerfile" singleObjJSON= objNestLevel=0 # used to determine the end over ever Object "record" in the input JSON. diff --git a/runWin.cmd b/runWin.cmd index e9eb93b..850e83c 100644 --- a/runWin.cmd +++ b/runWin.cmd @@ -1 +1,3 @@ +curl -s -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=kcc.process.recordAppInsights&secs=86500&email=joe.tretter@kcc.com" C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh +copy /y db.sqlite3 \\ustca239\JoesHop\TipsPerfDB\ \ No newline at end of file