<?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: How do I create a csv file output that can be pasted into a wiki document in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/334635#M9879</link>
    <description>&lt;P&gt;I was able to find a workaround, may not be the best or only option but it works temporarily.&amp;nbsp; I used the concatenation node and added &amp;lt;TR Class = "rowon" and &amp;lt;td&amp;gt; at the beginning of my list.&amp;nbsp;Then after each separate field I inserted &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; to end and start a new field. I ended the list with &amp;lt;/tr&amp;gt;.&amp;nbsp; I ran that node into a text file output.&amp;nbsp; Once that runs, I copy and paste those results into my wiki page that has been pre-built with the headers etc.&amp;nbsp; The information gets pasted into the "body" of the wiki.&amp;nbsp; This seems to be the best solution that I have found, but interested in other options down the road to enhance this if anyone has ideas.&amp;nbsp; Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 13:03:31 GMT</pubDate>
    <dc:creator>beamer108</dc:creator>
    <dc:date>2017-02-21T13:03:31Z</dc:date>
    <item>
      <title>How do I create a csv file output that can be pasted into a wiki document</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333091#M9806</link>
      <description>&lt;P&gt;I have a job in DM studio that contains a branch that breaks out several nodes into separate output files.&amp;nbsp; From there I need to take the data from the output files and paste it or somehow get it into a wiki document as a table.&amp;nbsp; Currently we have an excel macro that reformats the data by placing pipes at the beginning, double pipes between cells/columns, creates a hard carriage return followed by "|-" after each row.&amp;nbsp; That data is then placed into the wiki and it recognizes the hard carriage return and |- and creates a new row.&amp;nbsp; I can't figure out a way to create the output of a data job in DM studio that will do this for me automatically.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333091#M9806</guid>
      <dc:creator>beamer108</dc:creator>
      <dc:date>2017-02-15T17:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a csv file output that can be pasted into a wiki document</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333103#M9809</link>
      <description>&lt;P&gt;How are you creating the csv? A data step should be able to do this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333103#M9809</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-15T18:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a csv file output that can be pasted into a wiki document</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333106#M9810</link>
      <description>&lt;P&gt;Using a text file output node.&amp;nbsp; Maybe&amp;nbsp;this isn't the best way to accomplish what my goal is but it's what I have right now. If there is a different way to get this done Im interested.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333106#M9810</guid>
      <dc:creator>beamer108</dc:creator>
      <dc:date>2017-02-15T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a csv file output that can be pasted into a wiki document</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333109#M9811</link>
      <description>&lt;P&gt;I should add that I used a concatenation node prior to the text file output to add a single pipe at the beginning of a&amp;nbsp;row and double pipes between columns which works perfectly when I paste it into the wiki, it puts each of the cells in the correct columns but it doesn't hard break it to start a new row. Everything continues on in the same row.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/333109#M9811</guid>
      <dc:creator>beamer108</dc:creator>
      <dc:date>2017-02-15T18:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a csv file output that can be pasted into a wiki document</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/334635#M9879</link>
      <description>&lt;P&gt;I was able to find a workaround, may not be the best or only option but it works temporarily.&amp;nbsp; I used the concatenation node and added &amp;lt;TR Class = "rowon" and &amp;lt;td&amp;gt; at the beginning of my list.&amp;nbsp;Then after each separate field I inserted &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; to end and start a new field. I ended the list with &amp;lt;/tr&amp;gt;.&amp;nbsp; I ran that node into a text file output.&amp;nbsp; Once that runs, I copy and paste those results into my wiki page that has been pre-built with the headers etc.&amp;nbsp; The information gets pasted into the "body" of the wiki.&amp;nbsp; This seems to be the best solution that I have found, but interested in other options down the road to enhance this if anyone has ideas.&amp;nbsp; Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-create-a-csv-file-output-that-can-be-pasted-into-a-wiki/m-p/334635#M9879</guid>
      <dc:creator>beamer108</dc:creator>
      <dc:date>2017-02-21T13:03:31Z</dc:date>
    </item>
  </channel>
</rss>

