{"id":867,"date":"2020-12-28T12:03:36","date_gmt":"2020-12-28T18:03:36","guid":{"rendered":"https:\/\/asberry.org\/blog_tech\/?p=867"},"modified":"2024-05-14T09:13:25","modified_gmt":"2024-05-14T14:13:25","slug":"netchange-result-files","status":"publish","type":"post","link":"https:\/\/asberry.org\/blog_tech\/?p=867","title":{"rendered":"NetChange Result Files"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">So net-change has given you a bunch of errors, oh well, that&#8217;s why we&#8217;re here. But it would be nice if net-change would give you the actual identifier instead of instead of a concatenated entity, operation and identifier with a pipe. Oh well, here&#8217;s how you pull it in SQL (access) so I don&#8217;t have to look up the three functions again.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: sql; light: false; title: ; toolbar: true; notranslate\" title=\"\">\nSELECT SourceCandError.Identifier\n,StrReverse(SourceCandError.Identifier) as Rev\n,InStr(SourceCandError.Identifier, &quot;|&quot;) as FirstPipeLoc\n,InStr(StrReverse(SourceCandError.Identifier), &quot;|&quot;) as LastPipeLoc\n,Right(SourceCandError.Identifier, InStr(StrReverse(SourceCandError.Identifier), &quot;|&quot;) -1) as Ident\n,Right(SourceCandError.Identifier, InStr(SourceCandError.Identifier, &quot;|&quot;)) as AfterPipe\n,Mid(SourceCandError.Identifier, InStr(SourceCandError.Identifier, &quot;|&quot;)+1, Len(SourceCandError.Identifier) - InStr(SourceCandError.Identifier, &quot;|&quot;) - InStr(StrReverse(SourceCandError.Identifier), &quot;|&quot;)) as Oper\n,SourceCandError.Status\nFROM SourceCandError;\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>So net-change has given you a bunch of errors, oh well, that&#8217;s why we&#8217;re here. But it would be nice if net-change would give you the actual identifier instead of instead of a concatenated entity, operation and identifier with a pipe. Oh well, here&#8217;s how you pull it in SQL (access) so I don&#8217;t have [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[13],"tags":[],"class_list":["post-867","post","type-post","status-publish","format-standard","hentry","category-tcc","author-aron"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4bBkH-dZ","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/posts\/867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=867"}],"version-history":[{"count":2,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/posts\/867\/revisions"}],"predecessor-version":[{"id":872,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=\/wp\/v2\/posts\/867\/revisions\/872"}],"wp:attachment":[{"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=867"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=867"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/asberry.org\/blog_tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}