<?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: Create a flat structure in Talend Data Mapper in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294147#M67054</link>
    <description>&lt;P&gt;If you create the XML using the metadata(File XML) you can import the structure and then modify the formats when you look at the metadata created. You can change the date format here and set precision, sizes, etc.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 13:28:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-29T13:28:38Z</dc:date>
    <item>
      <title>Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294142#M67049</link>
      <description>&lt;P&gt;I need to create a XML-Document with some nested nodes, so I think the Data Mapper could do the job. My source of data is a single salesforce object, so it is as flat as a usual database table. I would like to create a structure from the schema of a tSalesforceInput. Can anybody help?&lt;/P&gt;&lt;P&gt;As a workaround I wrote the data from tSalesforceInput into a tFileOutputXml and imported that as a structure. This way does not preserve the a simple datatype like date. Is the Data Mapper a good choice to transform a flat structure to a slightly more complex xml document?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294142#M67049</guid>
      <dc:creator>stw710</dc:creator>
      <dc:date>2024-11-15T23:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294143#M67050</link>
      <description>&lt;P&gt;Data Mapper is probably overkill here. Why don't you use the tXMLMap for this? I am also not sure what you mean about the tFileOutputXML not preserving the datatype? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 12:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294143#M67050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-28T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294144#M67051</link>
      <description>&lt;P&gt;Not preserving the datatype means: there are "datetime" fields I query from Salesforce, but the structure I got had all fields set to string.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 06:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294144#M67051</guid>
      <dc:creator>stw710</dc:creator>
      <dc:date>2022-03-29T06:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294145#M67052</link>
      <description>&lt;P&gt;The tXMLMap, I have to try it. At first glance I thought it could translate from xml to a flat structure, only. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294145#M67052</guid>
      <dc:creator>stw710</dc:creator>
      <dc:date>2022-03-29T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294146#M67053</link>
      <description>&lt;P&gt;tXMLMap works very well for the nested notes! Less funny is it read the structure of an example document and set a node to the correct type "id_date" but dateformat "dd-MM-yyyy". In the example document it is like &amp;lt;creationTimestamp&amp;gt;2021-12-02T09:37:57.065000000+01:00&amp;lt;/creationTimestamp&amp;gt;. I have to search the node in job-script to change the format and there is no SimpleDateFormat fitting. java.util.Date sucks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294146#M67053</guid>
      <dc:creator>stw710</dc:creator>
      <dc:date>2022-03-29T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a flat structure in Talend Data Mapper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294147#M67054</link>
      <description>&lt;P&gt;If you create the XML using the metadata(File XML) you can import the structure and then modify the formats when you look at the metadata created. You can change the date format here and set precision, sizes, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 13:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-flat-structure-in-Talend-Data-Mapper/m-p/2294147#M67054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T13:28:38Z</dc:date>
    </item>
  </channel>
</rss>

