<?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: Opening Word 2007 file in EG4.3 question in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23072#M3606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think the issue is importing a docx file, but being able to include it in the project as a word file. This is often useful if you have documentation or other material in word format that you want to include in your project. Whilst .pdf and .doc files can be included without issues, SAS EG tries to import .docx files as a data file, which, is not what we want it to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jul 2011 23:05:04 GMT</pubDate>
    <dc:creator>nrose</dc:creator>
    <dc:date>2011-07-03T23:05:04Z</dc:date>
    <item>
      <title>Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23069#M3603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to Open a Microsoft Word 2007 document in Enterprise Guide 4.3 and have been having issues doing so.&amp;nbsp; It looks like EG is converting it into text (based on the icon in the process flow) and then opening the document as if it was a spreadsheet.&amp;nbsp; I am using File/Open/Other and then clicking on my Word document to open.&amp;nbsp; The document is just text, but can be formatted with bullets and numbering for project instructions.&amp;nbsp; I have not had this issue when opening documents from Word 97-2003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a few sample screencaps before from when running this.&amp;nbsp; The file I am trying to open below consists of the sentence: "Test document to load into SAS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen1.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1007_Screen1.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen2.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1008_Screen2.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen3.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1009_Screen3.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 20:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23069#M3603</guid>
      <dc:creator>JarvisJ</dc:creator>
      <dc:date>2011-06-29T20:26:43Z</dc:date>
    </item>
    <item>
      <title>Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23070#M3604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I dont think SAS EG is capable of opening up .docx documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone clarify whether this capability will be present in future EG versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 03:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23070#M3604</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2011-07-02T03:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23071#M3605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; A .docx file is a Microsoft proprietary format XML file in an archive format that was designed especially for Microsoft Word. It is a representation of a word processing document, not necessarily a DATA file. You can actually see "down inside" the docx file if you create a .DOCX file using Microsoft Office, as I show in the screen shot with&lt;STRONG&gt; Jabberwocky.docx &lt;/STRONG&gt;and then make a copy of the file, but change the file extension and name to be something like: &lt;STRONG&gt;Jabberwocky - Copy.zip&lt;/STRONG&gt;. Then, open the ZIP-named file with WinZIP or some other program. Once you look "inside" the .docx file, you will see that it is not just a single file, it is a collection of files, in an archive format, and as such, it is completely unlike other types of Microsoft Word file formats from earlier versions of Microsoft Office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So it does not surprise me that Enterprise Guide would not "import" your .docx word processing document into a SAS dataset. I did not know that EG would open and import a Word document, such as with an Word 97-2003 format word processing document. However, if you opened a track with Tech Support, it is possible that they may be able to help you figure out a way to get your information into EG. A few ideas come to mind. &lt;/P&gt;&lt;P&gt;1) If you are sure that you were able to import Office 97-2003 Word documents in the past, then save your .docx file to that other file format and retry the import&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2) Try to save the document as a CSV or tab-delimited file and then try your import again.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;3) Cut and paste the data from the Word document into Excel and either try to import from Excel format (after saving) or explicitly save the file as CSV in order to do the import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached screen shots show what a manually created .DOCX file looks like when viewed with WinZIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10797iD768DABE1A9080E4/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="_3_look_at_archive_contents.jpg" title="_3_look_at_archive_contents.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10798i38777C32E8FA77A1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="_2_after_copy_open_winzip.jpg" title="_2_after_copy_open_winzip.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10799i52848CE7627B01CA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="_1_create_docx_in_word.jpg" title="_1_create_docx_in_word.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2011 22:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23071#M3605</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-03T22:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23072#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think the issue is importing a docx file, but being able to include it in the project as a word file. This is often useful if you have documentation or other material in word format that you want to include in your project. Whilst .pdf and .doc files can be included without issues, SAS EG tries to import .docx files as a data file, which, is not what we want it to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2011 23:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23072#M3606</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2011-07-03T23:05:04Z</dc:date>
    </item>
    <item>
      <title>Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23073#M3607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; That is an interesting turn of events. If you re-save the .DOCX file as a Word 97-2003 regular old .DOC file, I wonder whether EG will complain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 04:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23073#M3607</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-04T04:50:57Z</dc:date>
    </item>
    <item>
      <title>Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23074#M3608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saving the documents in the 97-2003 format will allow me to upload the documents into EG.&amp;nbsp; It's just when I try to upload them in the .docx format that I have an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the time being, I've known that I can upload them in the 97-2003 format, I was concerned as future versions of Word are released whether this would still be a worth while option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 12:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23074#M3608</guid>
      <dc:creator>JarvisJ</dc:creator>
      <dc:date>2011-07-05T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Opening Word 2007 file in EG4.3 question</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23075#M3609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still wondering if SAS has issued a patch to EG that would allow linking external *.docx files.&amp;nbsp; With the newest Hot Fix C44014 it continues to try and read *docx as data files and opens and import wizard when a link is pasted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noted that simply changing the extension from *.docx to *.doc stops the import behavior.&amp;nbsp; MS Word issues a couple of flags when opening a file with manually changed extension but it kinda works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being able to link text--MS Word *.docx in particular--files to my EG projects has been a very important feature in my workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:58:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Word-2007-file-in-EG4-3-question/m-p/23075#M3609</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2011-09-16T15:58:58Z</dc:date>
    </item>
  </channel>
</rss>

