Author |
Message
|
Ashok Kumar |
Posted: Thu Aug 20, 2015 1:46 am Post subject: Transformation using MQFTE |
|
|
Acolyte
Joined: 01 Jul 2013 Posts: 53
|
Hi All,
Is it possible to achieve transformation of data using MQFTE.
Example: xml to csv transformation. |
|
Back to top |
|
 |
harish_td |
Posted: Thu Aug 20, 2015 2:43 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
Normally customers use IIB/WMB to achieve this transformation. Since each EG that has the FTEInput node can also participate in a file transfer scenario.
If you want to do this just using MQFTE/MFT, then you will have to write your own shell scripts to do this transformation. Shell scripts can be invoked as a post-processing action after your file transfer completes.
Please consider the implications of multi threading your script, because the same script can get invoked multiple times if there are many files that are processed by your destination agent. |
|
Back to top |
|
 |
zpat |
Posted: Thu Aug 20, 2015 2:48 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
No, unless you set FTE to invoke a program <that you provide> to perform this, after or before transfer. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 20, 2015 4:47 am Post subject: Re: Transformation using MQFTE |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ashok Kumar wrote: |
Is it possible to achieve transformation of data using MQFTE. |
MQFTE has the same data transformation capabilities as ftp. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Thu Aug 20, 2015 6:55 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Not quite - it has more customisable options than standard FTP in its handling of line termination characters and code pages. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|