<?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: Camel bindy data types (Marshalling &amp; Unmarshaling) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Camel-bindy-data-types-Marshalling-Unmarshaling/m-p/2366972#M130399</link>
    <description>Hi luix, I assume you have already solved this kind of scenarios..; a very clear and instructional example for those who are dealing with the same problem can be found at the following link:&lt;BR /&gt;&lt;A href="http://easy-bi.org/blog/talend-esb-convertir-csv-xml" rel="nofollow noopener noreferrer"&gt;http://easy-bi.org/blog/talend-esb-convertir-csv-xml&lt;/A&gt;&lt;BR /&gt;Zarcap.</description>
    <pubDate>Fri, 26 Aug 2016 22:02:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-26T22:02:17Z</dc:date>
    <item>
      <title>Camel bindy data types (Marshalling &amp; Unmarshaling)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Camel-bindy-data-types-Marshalling-Unmarshaling/m-p/2366971#M130398</link>
      <description>Hi,
&lt;BR /&gt;Camel provide a component for allow the parsing/binding of non-structured data (or to be more precise non-XML data)
&lt;BR /&gt;to/from Java Beans that have binding mappings defined with annotations.
&lt;BR /&gt;To work with camel-bindy, you must first define your model in a package (e.g. com.acme.model) and for each model class (e.g. Order, Client, Instrument, ...) add the required annotations (described hereafter) to the Class or field.
&lt;BR /&gt;In my camel route i use this component witch unmarshal and marshal:
&lt;BR /&gt;&amp;lt;camelContext xmlns="
&lt;A href="http://camel.apache.org/schema/spring" target="_blank" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/schema/spring&lt;/A&gt;"&amp;gt;
&lt;BR /&gt; &amp;lt;jmxAgent id="agent" disabled="false" /&amp;gt;
&lt;BR /&gt; &amp;lt;route&amp;gt;
&lt;BR /&gt; &amp;lt;from uri="file://src/data/csv/?noop=true" /&amp;gt;
&lt;BR /&gt; &amp;lt;unmarshal ref="bindyDataformat" /&amp;gt;
&lt;BR /&gt; &amp;lt;to uri="bean:csv" /&amp;gt;
&lt;BR /&gt; &amp;lt;to uri="activemq:queue:in" /&amp;gt;
&lt;BR /&gt; &amp;lt;/route&amp;gt;
&lt;BR /&gt; &amp;lt;route&amp;gt;
&lt;BR /&gt; &amp;lt;from uri="activemq:queue:in" /&amp;gt;
&lt;BR /&gt; &amp;lt;marshal ref="bindyDataformat" /&amp;gt;
&lt;BR /&gt; &amp;lt;to uri="file://src/data/csv/out/" /&amp;gt;
&lt;BR /&gt; &amp;lt;/route&amp;gt;
&lt;BR /&gt; &amp;lt;/camelContext&amp;gt;
&lt;BR /&gt;
&lt;BR /&gt;My question is: How i use this component or feature from talend.
&lt;BR /&gt;
&lt;BR /&gt;THANK'S</description>
      <pubDate>Sat, 16 Nov 2024 12:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Camel-bindy-data-types-Marshalling-Unmarshaling/m-p/2366971#M130398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Camel bindy data types (Marshalling &amp; Unmarshaling)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Camel-bindy-data-types-Marshalling-Unmarshaling/m-p/2366972#M130399</link>
      <description>Hi luix, I assume you have already solved this kind of scenarios..; a very clear and instructional example for those who are dealing with the same problem can be found at the following link:&lt;BR /&gt;&lt;A href="http://easy-bi.org/blog/talend-esb-convertir-csv-xml" rel="nofollow noopener noreferrer"&gt;http://easy-bi.org/blog/talend-esb-convertir-csv-xml&lt;/A&gt;&lt;BR /&gt;Zarcap.</description>
      <pubDate>Fri, 26 Aug 2016 22:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Camel-bindy-data-types-Marshalling-Unmarshaling/m-p/2366972#M130399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T22:02:17Z</dc:date>
    </item>
  </channel>
</rss>

