<?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: Parquet files in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2437#M1059</link>
    <description>&lt;P&gt;You could write a simple python code as below:&lt;BR /&gt;&lt;BR /&gt;import pandas as pd&lt;BR /&gt;df = &lt;A href="http://pd.read" class="linkified" target="_blank"&gt;pd.read&lt;/A&gt;_csv('example.csv')&lt;BR /&gt;&lt;A href="http://df.to" class="linkified" target="_blank"&gt;df.to&lt;/A&gt;_parquet('output.parquet')&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 04:08:49 GMT</pubDate>
    <dc:creator>deepak23shastri</dc:creator>
    <dc:date>2022-03-01T04:08:49Z</dc:date>
    <item>
      <title>Parquet files</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2436#M1058</link>
      <description>&lt;P&gt;We have a usecase where we need to take data and reformat into parquet files to load to S3. Does anyone have a sample recipe or methodology where you've done this?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 04:00:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2436#M1058</guid>
      <dc:creator>ajorde</dc:creator>
      <dc:date>2022-03-01T04:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parquet files</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2437#M1059</link>
      <description>&lt;P&gt;You could write a simple python code as below:&lt;BR /&gt;&lt;BR /&gt;import pandas as pd&lt;BR /&gt;df = &lt;A href="http://pd.read" class="linkified" target="_blank"&gt;pd.read&lt;/A&gt;_csv('example.csv')&lt;BR /&gt;&lt;A href="http://df.to" class="linkified" target="_blank"&gt;df.to&lt;/A&gt;_parquet('output.parquet')&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 04:08:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2437#M1059</guid>
      <dc:creator>deepak23shastri</dc:creator>
      <dc:date>2022-03-01T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parquet files</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2438#M1060</link>
      <description>&lt;P&gt;I saw this post online too - but I'm not sure how to import packages into the Workato python action and want to keep this off of the OPA.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 04:10:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2438#M1060</guid>
      <dc:creator>ajorde</dc:creator>
      <dc:date>2022-03-01T04:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parquet files</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2439#M1061</link>
      <description>&lt;DIV dir="ltr"&gt;Hi Amy,&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;It's possible to do this with our JavaScript connector. See sample recipe here:&amp;nbsp;&lt;A href="https://app.workato.com/recipes/2226332?st=9a56d4"&gt;https://app.workato.com/recipes/2226332?st=9a56d4&lt;/A&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;All you need to do is edit the json schema which defines the schema in the parquet file, then map the input data from there. No need to edit the code (FYI - we're using&amp;nbsp;&lt;A href="https://www.npmjs.com/package/parquetjs-lite"&gt;parquetjs-lite&lt;/A&gt; library for this).&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;That being said, your request is extremely timely as we are gathering feedback from users to support reading/writing Parquet.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Can you share the requirements for creating Parquet files? How large is the content for each file? Is there a need to control encoding/compression/partitions/row group size etc? Do you need to be able to append to an existing parquet file?&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;If there's anyone else in the community who needs Parquet support as well, please share with us your requirements.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Your feedback will help us prioritize this feature. Thanks!&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;</description>
      <pubDate>Tue, 01 Mar 2022 04:16:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/parquet-files/m-p/2439#M1061</guid>
      <dc:creator>chijie</dc:creator>
      <dc:date>2022-03-01T04:16:14Z</dc:date>
    </item>
  </channel>
</rss>

