<?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: Export lookup table data in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7060#M3046</link>
    <description>&lt;P&gt;The quickest way to do this is to make a variable list with the key names you want and then map the LUT response into the list. It should only require one additional task.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 15:59:05 GMT</pubDate>
    <dc:creator>gary1</dc:creator>
    <dc:date>2024-07-11T15:59:05Z</dc:date>
    <item>
      <title>Export lookup table data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7058#M3045</link>
      <description>&lt;P&gt;I've found a problem when I've wanted to automate exporting my lookup tables and save them in S3. I have a simple formula for S3 content:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[Entries].pluck('entry').to_json&lt;/LI-CODE&gt;&lt;P&gt;And what I was expecting to get from it is&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
   "some_field1": 123,
   "another_field": "1qwer",
}&lt;/LI-CODE&gt;&lt;P&gt;In reality it replaces column names with col1, col2, col3, so it looks like that&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "col1": 123,
  "col2": "1qwe",
}&lt;/LI-CODE&gt;&lt;P&gt;Is there any way to persist column names or map them back?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:45:34 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7058#M3045</guid>
      <dc:creator>Ralef</dc:creator>
      <dc:date>2024-07-11T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export lookup table data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7060#M3046</link>
      <description>&lt;P&gt;The quickest way to do this is to make a variable list with the key names you want and then map the LUT response into the list. It should only require one additional task.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 15:59:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7060#M3046</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-11T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export lookup table data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7063#M3047</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10775"&gt;@Ralef&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Check out this solution does this helps you or not, it will not take any additional task too.&lt;BR /&gt;&lt;BR /&gt;Explanation:&lt;BR /&gt;We can define the column as per our requirement using 'format_map' at the end we can format using to_json.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shivakumara Avadhani&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LUT_1.png" style="width: 918px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1422i63A5186EAA19CFD1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="LUT_1.png" alt="LUT_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LUT_2.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1423i5F88DC0C88FB130B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="LUT_2.png" alt="LUT_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 05:39:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7063#M3047</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-07-12T05:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export lookup table data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7075#M3051</link>
      <description>&lt;P&gt;Yes, that was the solition, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 12:13:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/export-lookup-table-data/m-p/7075#M3051</guid>
      <dc:creator>Ralef</dc:creator>
      <dc:date>2024-07-17T12:13:20Z</dc:date>
    </item>
  </channel>
</rss>

