<?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: Array to columns ( or rows ) in Data &amp; Schema Discussions</title>
    <link>https://community.incorta.com/t5/data-schema-discussions/array-to-columns-or-rows/m-p/5505#M453</link>
    <description>&lt;P&gt;Randy - I've run into a variation of this conundrum myself&amp;nbsp; (that may or may not help you here)in a Bulk API. I'm not sure if this is something you've been digging into, but I found the column variability to categorically depend on the object tracked by the API. After some investigation, I found the variability to reflect 10 different conditions, but the conditions themselves were not variable amongst themselves. Therefore, I wrote filtered extracts for those 10 conditions so each table kept a fixed schema.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 14:27:45 GMT</pubDate>
    <dc:creator>JoeM</dc:creator>
    <dc:date>2024-02-27T14:27:45Z</dc:date>
    <item>
      <title>Array to columns ( or rows )</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/array-to-columns-or-rows/m-p/5504#M452</link>
      <description>&lt;P&gt;I have a DB table which stores ( as a string ) values in an array.&amp;nbsp; &amp;nbsp;I don't like it, but I don't have any say in the matter nor do I have access to the DB to rework it there.&lt;/P&gt;&lt;P&gt;What I'd like to do is query the table ( e.g. select ID, Name, ArrayField from TABLE ) but pull "ArrayField" into either multiple columns ( challenging because the max number of possible values is not static ) or rows ( select ID, ArrayFieldValue from TABLE ) such that the key would be the ID/ArrayFieldValue combination.&lt;/P&gt;&lt;P&gt;I can get there, but I'm not at all certain that my path isn't the Rte 66 to someone else's I-55&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you were faced w/ this challenge what approach would you take?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 23:07:22 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/array-to-columns-or-rows/m-p/5504#M452</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2024-02-26T23:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Array to columns ( or rows )</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/array-to-columns-or-rows/m-p/5505#M453</link>
      <description>&lt;P&gt;Randy - I've run into a variation of this conundrum myself&amp;nbsp; (that may or may not help you here)in a Bulk API. I'm not sure if this is something you've been digging into, but I found the column variability to categorically depend on the object tracked by the API. After some investigation, I found the variability to reflect 10 different conditions, but the conditions themselves were not variable amongst themselves. Therefore, I wrote filtered extracts for those 10 conditions so each table kept a fixed schema.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:27:45 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/array-to-columns-or-rows/m-p/5505#M453</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2024-02-27T14:27:45Z</dc:date>
    </item>
  </channel>
</rss>

