<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use Run Command tool to call outside application to decrypt a PGP file in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/463194#M91099</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/90184"&gt;@pmarzano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a similar requirement of&amp;nbsp;decrypting a PGP file and import the data in DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help to achieve this would be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jatin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2019 15:43:22 GMT</pubDate>
    <dc:creator>jmandalia</dc:creator>
    <dc:date>2019-09-12T15:43:22Z</dc:date>
    <item>
      <title>Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/448934#M86484</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I'm trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use a Text Input tool to move an encrypted PGP file from an FTP site to local machine. (I figured this part out)&lt;/LI&gt;&lt;LI&gt;Use the Run Command tool to call an outside application to decrypt the PGP file and save it to local machine.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The problem I'm having is the Run Command tool will not recognize the PGP file. I'm not asking Alteryx to do anything with the PGP file; I only want it to recognize the file in the Run Command tool so I can point the outside application to it and decrypt it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 20:19:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/448934#M86484</guid>
      <dc:creator>pmarzano</dc:creator>
      <dc:date>2019-08-07T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449002#M86511</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/90184"&gt;@pmarzano&lt;/a&gt;&amp;nbsp;have you tried bringing the file as a .csv with \0 delimiter? Alteryx is not going to be able to read the encrypted file, but you can use the run command tool to create a script. Are you able to share a sample workflow as well?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 22:10:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449002#M86511</guid>
      <dc:creator>DiganP</dc:creator>
      <dc:date>2019-08-07T22:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449276#M86587</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15964"&gt;@DiganP&lt;/a&gt;&amp;nbsp;That worked! I'm not sure why it worked, though. Can you explain a little further if you have a moment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you! This just made my life a lot less stressful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 13:57:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449276#M86587</guid>
      <dc:creator>pmarzano</dc:creator>
      <dc:date>2019-08-08T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449426#M86655</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/90184"&gt;@pmarzano&lt;/a&gt;&amp;nbsp;By default, the input tool is going to try to parse the dataset based on a delimiter or the file type. Usually, this is a tab (\t), comma (,) or space (\s). For some files, this is not going to work (&lt;SPAN&gt;PGP&amp;nbsp;file in this instance). So if you just bring&amp;nbsp;in the file (any file) as a .csv with \0 delimiter it will bring the 'raw' format. Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:03:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449426#M86655</guid>
      <dc:creator>DiganP</dc:creator>
      <dc:date>2019-08-08T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449427#M86656</link>
      <description>&lt;P&gt;I truly appreciate all of your help. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:05:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/449427#M86656</guid>
      <dc:creator>pmarzano</dc:creator>
      <dc:date>2019-08-08T18:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/463194#M91099</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/90184"&gt;@pmarzano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a similar requirement of&amp;nbsp;decrypting a PGP file and import the data in DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help to achieve this would be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jatin&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 15:43:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/463194#M91099</guid>
      <dc:creator>jmandalia</dc:creator>
      <dc:date>2019-09-12T15:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use Run Command tool to call outside application to decrypt a PGP file</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/910779#M221853</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have similar requirement of&amp;nbsp;decrypting a PGP file and reading the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help or supporting links would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 06:04:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-Run-Command-tool-to-call-outside-application-to-decrypt-a/m-p/910779#M221853</guid>
      <dc:creator>Mahadeva</dc:creator>
      <dc:date>2022-03-08T06:04:01Z</dc:date>
    </item>
  </channel>
</rss>

