|
Home > Archive > BizTalk Server General > December 2004 > "Interesting" Output..Need Help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
"Interesting" Output..Need Help
|
|
| maverick 2004-10-25, 9:30 am |
| I am transforming a simple input flat file using map and orchestrations, pipleines into another flat file having columns in reverse order than input file.
Example:
Input File: ABC, DEF
LMN,PQR
Expected output: DEF, ABC
PQR,LMN
But the output I am getting is:
"DEF",ABD
"PQR,LMN
So I am getting "quotes" from nowhere and also getting unprintable characters wid hexadecimal 20 value before start of "PQR" (in 2 nd row) and in the start of 3 rd row.
What am I doing wrong? | |
| Narasimhan Padmanabhan 2004-12-07, 8:46 pm |
| Can you share your schema and the input instance file?
Thanks!
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
|>>From: maverick <maverick.1epex6@mail.webservertalk.com>
|>>Subject: "Interesting" Output..Need Help
|>>Date: Mon, 25 Oct 2004 09:30:13 -0500
|>>Message-ID: <maverick.1epex6@mail.webservertalk.com>
|>>Organization: Web Servers forum
|>>User-Agent: www.webservertalk.com news gateway
|>>X-Newsreader: www.webservertalk.com news gateway
|>>X-Originating-IP: 167.211.190.2
|>>Newsgroups: microsoft.public.biztalk.general
|>>NNTP-Posting-Host: ev1s-66-98-192-98.ev1servers.net 66.98.192.98
|>>Lines: 1
|>>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
.phx.gbl
|>>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:21019
|>>X-Tomcat-NG: microsoft.public.biztalk.general
|>>
|>>
I am transforming a simple input flat file using map and orchestrations,
pipleines into another flat file having columns in reverse order than
input file.
|>>
|>>Example:
|>>
|>>
|>>Input File: ABC, DEF
|>>LMN,PQR
|>>
|>>Expected output: DEF, ABC
|>>PQR,LMN
|>>
|>>But the output I am getting is:
|>>
|>>"DEF",ABD
|>>"PQR,LMN
|>>
|>>So I am getting "quotes" from nowhere and also getting unprintable
characters wid hexadecimal 20 value before start of "PQR" (in 2 nd
row) and in the start of 3 rd row.
|>>
|>>What am I doing wrong?
--
maverick
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message446416.html
|>>
|
|
|
|
|