Author |
Message |
Topic: Tab delimited data with additional blank columns |
mhd_zabi
Replies: 2 Views: 2595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 27, 2016 10:08 pm Subject: Tab delimited data with additional blank columns |
Hi Timber,
Yes, you are right. DFDL would have been simpler. The code was built by someone else and we currently do not have the time to redo everything again. And like you said there is a learning ... |
Topic: Tab delimited data with additional blank columns |
mhd_zabi
Replies: 2 Views: 2595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 24, 2016 8:37 pm Subject: Tab delimited data with additional blank columns |
Hi Guys,
I have a message flow on IIB9 with MQ7.5 running on AIX 7.1. The input is a file for which I have created a MRM message set. I have the following message definition for the tab delimited fi ... |
Topic: Special characters getting converted to different characters |
mhd_zabi
Replies: 10 Views: 7088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 29, 2016 1:46 am Subject: Special characters getting converted to different characters |
Thanks Timber
I was able to append the BOM to the beginning of the file by converting it to Bitsream and it worked fine. The end application was able to read the file as UTF-8 and proces ... |
Topic: Special characters getting converted to different characters |
mhd_zabi
Replies: 10 Views: 7088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2016 11:27 pm Subject: Special characters getting converted to different characters |
Thank you all for your inputs, specially rekarm01
I explored some more based on what rekarm01 said and below is what I found.
The input we recieved from the source was a UTF-8 with BOM, as i ... |
Topic: Special characters getting converted to different characters |
mhd_zabi
Replies: 10 Views: 7088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2016 2:38 am Subject: Special characters getting converted to different characters |
I am using ESQL, but all it does is
Call CopyMessageHeaders
Call CopyEntireMessage
Set the output filename
check whether is the IsEmpty flag is TRUE or FALSE based on which i send the data to fi ... |
Topic: Special characters getting converted to different characters |
mhd_zabi
Replies: 10 Views: 7088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 25, 2016 8:32 pm Subject: Special characters getting converted to different characters |
CCSID is 1208 and Encoding is 273 in both input and output properties.
Strange thing is that yesterday when i tried to read the input as Whole File, and just copied it to the output, the special ch ... |
Topic: Special characters getting converted to different characters |
mhd_zabi
Replies: 10 Views: 7088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 25, 2016 8:37 am Subject: Special characters getting converted to different characters |
Hi All,
I am using IIB9 on AIX7.1. I am facing an issue while reading a csv file.
The flow doesnt do much. It reads the input csv file record by record by skipping the header record and then append ... |