<?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: Show user define column in tMAP before saving data. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287869#M61414</link>
    <description>&lt;P&gt;Think, You are looking in wrong direction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if You do not want to show real structure - look for ESB and SOAP or REST API services&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case You provide API documentation and interface&lt;/P&gt;&lt;P&gt;other traditional way, use CRUD stored procedures - and call them after transformation, but this could kill performance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the last - normally End User do not work&amp;nbsp;with tMap, he just provide source data for Job and receive result, if it Your client - in 99,99% it could request open source code of any You hidden transformation&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 10:51:04 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-08-08T10:51:04Z</dc:date>
    <item>
      <title>Show user define column in tMAP before saving data.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287866#M61411</link>
      <description>&lt;P&gt;I am working on a user case where customer wanted to view the user define field names with some metadata about those columns instead of actual database column while mapping data from source to target. Basically, its about how to add one level abstraction to real time DB columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Abhishek Dabas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287866#M61411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T07:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show user define column in tMAP before saving data.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287867#M61412</link>
      <description>&lt;P&gt;not very clean what You try to achieve, but if I understand correct:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;it possible for Input components&lt;/P&gt;&lt;P&gt;define schema as You need (want)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;- col1 INT
- col2 VARCHAR(25)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;than use this schema in tDBInput use query like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SELECT realcol1 as col1, CONCAT(realcol2,'_', realcol2) as col2 FROM realtable&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;but for output components, You still &lt;STRONG&gt;must&lt;/STRONG&gt; use real schemas&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287867#M61412</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-08T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show user define column in tMAP before saving data.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287868#M61413</link>
      <description>&lt;P&gt;Hi Vapukov,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is not in the input side. I Don't won't to show exact DB columns to end user on the output while mapping data in&amp;nbsp;tMAP. &amp;nbsp;Is it possible to show custom column to user in the tMAP and while&amp;nbsp;running the job data will be saved to the exact columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will clear my use case a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 10:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287868#M61413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show user define column in tMAP before saving data.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287869#M61414</link>
      <description>&lt;P&gt;Think, You are looking in wrong direction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if You do not want to show real structure - look for ESB and SOAP or REST API services&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this case You provide API documentation and interface&lt;/P&gt;&lt;P&gt;other traditional way, use CRUD stored procedures - and call them after transformation, but this could kill performance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the last - normally End User do not work&amp;nbsp;with tMap, he just provide source data for Job and receive result, if it Your client - in 99,99% it could request open source code of any You hidden transformation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 10:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Show-user-define-column-in-tMAP-before-saving-data/m-p/2287869#M61414</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-08T10:51:04Z</dc:date>
    </item>
  </channel>
</rss>

