<?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 to compare 2 RTF files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398531#M278426</link>
    <description>&lt;P&gt;Why use SAS for this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is great for working with data, not document objects.&lt;/P&gt;
&lt;P&gt;I'm pretty sure that there are other 3rd party tools out there&amp;nbsp;that can do that kind of comparisons (and then perhaps SAS can read the output from that...).&lt;/P&gt;
&lt;P&gt;A Google search give me 542K results....&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 13:38:51 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-09-25T13:38:51Z</dc:date>
    <item>
      <title>how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398456#M278422</link>
      <description>&lt;P&gt;I am researching on how to compare 2 RTF files. There are many solutions. I don't find the one I am looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My thought process was to convert the 2 RTF files into 2 datasets and compare the datasets using proc compare. Is this the right approach. If yes, how to convert a RTF file to Sas dataset?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 08:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398456#M278422</guid>
      <dc:creator>ajaybetham</dc:creator>
      <dc:date>2017-09-25T08:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398464#M278423</link>
      <description>&lt;P&gt;A lot depends on the layout of your RTF files - there's a paper here -&amp;gt;&amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/sugi31/066-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/066-31.pdf&lt;/A&gt; describing one method. On the other hand if you have a simple RTF you could open it in Word and copy/Paste it into Excel then save the Excel file as a CSV which would be easy to import into SAS&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 08:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398464#M278423</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-25T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398470#M278424</link>
      <description>&lt;P&gt;how to compare 2 RTF files programmatically&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 09:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398470#M278424</guid>
      <dc:creator>ajaybetham</dc:creator>
      <dc:date>2017-09-25T09:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398505#M278425</link>
      <description>&lt;P&gt;That’s a much more complex problem - you could open them and read them byte by byte but what if they differ in a trivial way e.g. an extra blank line in one of the files? Would younwant the comparison to re-synchronise?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398505#M278425</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-25T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398531#M278426</link>
      <description>&lt;P&gt;Why use SAS for this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is great for working with data, not document objects.&lt;/P&gt;
&lt;P&gt;I'm pretty sure that there are other 3rd party tools out there&amp;nbsp;that can do that kind of comparisons (and then perhaps SAS can read the output from that...).&lt;/P&gt;
&lt;P&gt;A Google search give me 542K results....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 13:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398531#M278426</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-09-25T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare 2 RTF files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398534#M278427</link>
      <description>That makes sense. I found some Java utils to compare RTF files. will go with Java.</description>
      <pubDate>Mon, 25 Sep 2017 13:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-2-RTF-files/m-p/398534#M278427</guid>
      <dc:creator>ajaybetham</dc:creator>
      <dc:date>2017-09-25T13:43:28Z</dc:date>
    </item>
  </channel>
</rss>

