<?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 Avro file generation from schema file and data file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347785#M114992</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to talend. I have a requirement to generate AVRO file from Schema and Data&amp;nbsp;are in&amp;nbsp;two separate files. Do we have any feasibility to do that in Talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay G&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:12:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:12:46Z</dc:date>
    <item>
      <title>Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347785#M114992</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to talend. I have a requirement to generate AVRO file from Schema and Data&amp;nbsp;are in&amp;nbsp;two separate files. Do we have any feasibility to do that in Talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay G&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347785#M114992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347786#M114993</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQuAAO"&gt;@gudivinay&lt;/A&gt; 
&lt;BR /&gt;Out of the box , not within community edition, somebody of Talend might want to answer this, Talend Data Streams (a brand new soluton) has it. Also Parquet. 
&lt;BR /&gt;I would strongly suggest keep Avro schema management outside of Talend and as something you probably want to manage 'independently'. You plan to use mutli schema versions too? 
&lt;BR /&gt; 
&lt;BR /&gt;The apache Avro project has the jar files which you need to incorporate/import to have it's functionality. 
&lt;BR /&gt; 
&lt;BR /&gt;Keep me posted because Im not sure if I will incorporate it within my ETL jobs in Talend (community edition) , because It's hard to find proper schema management (tools) and intuitive gui... I definitely will when we roll out a data-streaming bus... 
&lt;BR /&gt; 
&lt;BR /&gt;Any experience on this and love to share? 
&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2018 23:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347786#M114993</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-25T23:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347787#M114994</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your response. I have used another route to do it. By creating a java class which will convert my data file to Json and used tLibraryLoad to Avro jar and called json to avro conversion method from the jar. Its a lengthy process but tried in that way.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 18:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347787#M114994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T18:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347788#M114995</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQuAAO"&gt;@gudivinay&lt;/A&gt;&amp;nbsp;Thanks for the update! Are you happy you managed it?&lt;BR /&gt;Did you als tried the cmdline tools by Avro? no programming needed tot get your avro files, json in and avro out. tSystem component.&lt;/P&gt; 
&lt;P&gt;Could you eloborate a little more on your usecase for Avro? What architecture/platforms are depending on Talend in/out or processed?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As i was facing something different but its schema/metadata json related: I've setup a nodejs which contains my schema's in JSON and is able to output JSON, String, XML and bytes. Depending on the job I&amp;nbsp;retrieve all the info I need and everybody can access this information, just by the url.&lt;/P&gt; 
&lt;P&gt;Node setup: jsonpath, jsonxml, express, glob&lt;/P&gt; 
&lt;P&gt;Next is to have the nodejs work with avro conversion.&lt;/P&gt; 
&lt;P&gt;I only want to implement this feature when I need serialization and/or multischemaversions.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 22:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347788#M114995</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-06-07T22:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347789#M114996</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMrOAAW"&gt;@Dijke&lt;/A&gt;, Sorry for the delay in Response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I am using command line tool also to do that. Here what I have done as high level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Created Java Class to convert my data file to Json.&lt;/P&gt;
&lt;P&gt;Invoking shell script to generate the avro file using data(Json file) and Schema file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if any clarifications needed.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 03:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347789#M114996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-16T03:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Avro file generation from schema file and data file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347790#M114997</link>
      <description>&lt;P&gt;We've done something similar. We use the Confluent Schema Registry to keep our schemas. At the beginning of each job, a tJava component retrieves the schema from the registry, parses it, and stuffs it into a context variable. We then have a routine that takes a parsed schema and a JSON string and returns a byte array. We have a second routine that takes a parsed schema and&amp;nbsp;a byte array and returns a JSON string.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Avro-file-generation-from-schema-file-and-data-file/m-p/2347790#M114997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T15:51:35Z</dc:date>
    </item>
  </channel>
</rss>

