<?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: Searching im-Command to export all objects of a project as .csv or xlsx in Systems/Software Engineering</title>
    <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65093#M689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.ptc.com/u1/271798"&gt;Tobias Ketz&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If history, workflow (state transitions), and other similar information aren't necessary for the export, then you're right, &lt;STRONG&gt;im exportissues&lt;/STRONG&gt; is much cleaner and more efficient!&amp;nbsp; Thanks for bringing this up, I'd forgotten about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2015 14:23:28 GMT</pubDate>
    <dc:creator>KaelLizak</dc:creator>
    <dc:date>2015-12-01T14:23:28Z</dc:date>
    <item>
      <title>Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65090#M686</link>
      <description>Hi, I'm searching an im-command to export all objects (concerns, documents, etc. ) of an Integrity-Project from Workflow&amp;amp;Documents.Any comments ?BR Stephan</description>
      <pubDate>Mon, 05 Oct 2015 14:56:04 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65090#M686</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2015-10-05T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65091#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.ptc.com/u1/367613"&gt;Stephan Klemm&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response.&amp;nbsp; I was hoping I could find something better than what I'm about to suggest:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a query to return item &lt;STRONG&gt;types&lt;/STRONG&gt;, returning only the types you care about (or no &lt;STRONG&gt;type&lt;/STRONG&gt; filter if you &lt;EM&gt;really&lt;/EM&gt; want everything).&amp;nbsp; Alternatively, you can supply a query definition in the following step instead of a named query, but I'll work on the assumption you're using a named query, and the next step can be modified appropriately for supplying a query definition.&lt;/LI&gt;&lt;LI&gt;From the command line, you can run the command &lt;STRONG&gt;im issues --filedFilter="Project=/&amp;lt;projectName&amp;gt; --query=[&amp;lt;userName&amp;gt;:]&amp;lt;queryName&amp;gt;&lt;/STRONG&gt;, and redirect that to a temporary file with a list of item IDs.&amp;nbsp; Values between '&amp;lt;&amp;gt;' are place holders, '[]' indicates an optional argument.&lt;/LI&gt;&lt;LI&gt;Use the output of 2. as the selection file for the command &lt;STRONG&gt;im viewissue -F &amp;lt;selectionFile&amp;gt;&lt;/STRONG&gt;, and redirect that output to another file, which will have the information you are looking for.&amp;nbsp; You may want to pass additional arguments to &lt;STRONG&gt;im viewissue&lt;/STRONG&gt;, such as &lt;STRONG&gt;--[no]showRelationships&lt;/STRONG&gt;, &lt;STRONG&gt;--[no]showWorkflow&lt;/STRONG&gt;, &lt;STRONG&gt;--[no]showHistory&lt;/STRONG&gt;, and other such options, to control the exact output for each item type.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:58:49 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65091#M687</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2015-11-30T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65092#M688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can do the 3 steps from &lt;A href="https://community.ptc.com/u1/267133"&gt;Kael Lizak&lt;/A&gt; in only one (for batch or custom command):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;im exportissues --fieldFilter="Project=/&amp;lt;projectName&amp;gt;" --queryDefinition=...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are also options for the outputfile, substitute parameters, displayed fields, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 09:56:30 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65092#M688</guid>
      <dc:creator>tketz</dc:creator>
      <dc:date>2015-12-01T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65093#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.ptc.com/u1/271798"&gt;Tobias Ketz&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If history, workflow (state transitions), and other similar information aren't necessary for the export, then you're right, &lt;STRONG&gt;im exportissues&lt;/STRONG&gt; is much cleaner and more efficient!&amp;nbsp; Thanks for bringing this up, I'd forgotten about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 14:23:28 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/65093#M689</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2015-12-01T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/751729#M7559</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Could you please help me, how to export work products into excel using project name and document id?&lt;/P&gt;
&lt;P&gt;I didnt get the&amp;nbsp;&lt;STRONG&gt;im issues --filedFilter="Project=/&amp;lt;projectName&amp;gt; --query=[&amp;lt;userName&amp;gt;:]&amp;lt;queryName&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;, the query part.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 09:00:30 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/751729#M7559</guid>
      <dc:creator>AA_10068941</dc:creator>
      <dc:date>2021-10-06T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/751730#M7560</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Could you please help me how query definition means?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 09:02:10 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/751730#M7560</guid>
      <dc:creator>AA_10068941</dc:creator>
      <dc:date>2021-10-06T09:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Searching im-Command to export all objects of a project as .csv or xlsx</title>
      <link>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/752547#M7565</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Could someone help me to export without using query, ie&amp;nbsp;im exportissues --fields=Text,ID,Category,State Item ID?&lt;/P&gt;
&lt;P&gt;When I tried, I only get single row of cotent.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:02:07 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Systems-Software-Engineering/Searching-im-Command-to-export-all-objects-of-a-project-as-csv/m-p/752547#M7565</guid>
      <dc:creator>AA_10068941</dc:creator>
      <dc:date>2021-10-11T12:02:07Z</dc:date>
    </item>
  </channel>
</rss>

