<?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: Unable to retrieve metadata fields in tMicrosoftCrmInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547004#M149501</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Instead of relying on the schema in tMicrosoftCrmInput, you can try the following suggestion:&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;Configure the component to return the raw JSON (or use a REST call via tRestClient).&lt;/LI&gt;
 &lt;LI&gt;Pass the response to &lt;STRONG&gt;tExtractJSONFields&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Manually extract fields using JSONPath,&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 15:22:33 GMT</pubDate>
    <dc:creator>Mohammed_Messaoudi</dc:creator>
    <dc:date>2026-04-15T15:22:33Z</dc:date>
    <item>
      <title>Unable to retrieve metadata fields in tMicrosoftCrmInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2546969#M149499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to retrieve metadata fields (e.g. incidentstagecode_FormattedValue) using the tMicrosoftCrmInput component (Talend 8).&lt;/P&gt;&lt;P&gt;I've already added an HTTP header in order to allow for such retrieval (Prefer : odata.include-annotations=OData.Community.Display.V1.FormattedValue),&lt;BR /&gt;but the problem is that I would need to reference these fields in the following manner:&lt;BR /&gt;[attribute_name]@OData.Community.Display.V1.FormattedValue&lt;/P&gt;&lt;P&gt;Now the schema editor obviously doesn't allow the&amp;nbsp;@ in the column name, and there seems to be no other way to let the component know that I want to retrieve a metadata field like that.&lt;/P&gt;&lt;P&gt;So am I missing something here or does this need to go to R&amp;amp;D?&lt;/P&gt;&lt;P&gt;The possible solutions would be to either include ALL fields (including metadata) in the drop down schema option and then let the user remove whatever they don't need, or create some sort of inner mapping option (like in XML components), that would be able to map field references containing&amp;nbsp;@ to allowed column names.&lt;/P&gt;&lt;P&gt;Should I open this as a support case, or is there a solution I am unaware of?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 12:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2546969#M149499</guid>
      <dc:creator>DaniZ</dc:creator>
      <dc:date>2026-04-15T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve metadata fields in tMicrosoftCrmInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547004#M149501</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Instead of relying on the schema in tMicrosoftCrmInput, you can try the following suggestion:&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;Configure the component to return the raw JSON (or use a REST call via tRestClient).&lt;/LI&gt;
 &lt;LI&gt;Pass the response to &lt;STRONG&gt;tExtractJSONFields&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Manually extract fields using JSONPath,&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 15:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547004#M149501</guid>
      <dc:creator>Mohammed_Messaoudi</dc:creator>
      <dc:date>2026-04-15T15:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve metadata fields in tMicrosoftCrmInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547007#M149502</link>
      <description>&lt;P&gt;Thanks for the suggestion - but what would I need to define in the schema of tMicrosoftCrmInput in order to get the full JSON output? Is there such a specific column name that will give me this output?&lt;/P&gt;&lt;P&gt;I am aware of the RestClient/HttpClient solution, but I would prefer to avoid the extra configuration complications.&lt;/P&gt;&lt;P&gt;I feel that the dedicated component should be able to provide a solution for something which is surely a common requirement for those using it.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 15:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547007#M149502</guid>
      <dc:creator>DaniZ</dc:creator>
      <dc:date>2026-04-15T15:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to retrieve metadata fields in tMicrosoftCrmInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547345#M149510</link>
      <description>&lt;P&gt;I ended up submitting an Ideation request to include annotation retrieval functionality in this component. Hopefully it gets picked up...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-retrieve-metadata-fields-in-tMicrosoftCrmInput/m-p/2547345#M149510</guid>
      <dc:creator>DaniZ</dc:creator>
      <dc:date>2026-04-21T06:38:06Z</dc:date>
    </item>
  </channel>
</rss>

