|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Remove double quotes in DFDL while writing csv output |
« View previous topic :: View next topic » |
Author |
Message
|
chris_dev |
Posted: Mon Nov 20, 2023 6:43 pm Post subject: Remove double quotes in DFDL while writing csv output |
|
|
Newbie
Joined: 20 Nov 2023 Posts: 1
|
Hello Everyone, how to remove double quotes while writing a CSV file. What needs to be removed from DFDL editor.
DFDL editor:
schemaLocation="IBMdefined/CommaSeparatedFormat.xsd"/>
<xsd:annotation>
<dfdl:format documentFinalTerminatorCanBeMissing="yes" encoding="{$dfdl:encoding}" escapeSchemeRef="csv:CSVEscapeScheme" ref="csv:CommaSeparatedFormat"/>
</xsd:appinfo>
</xsd:annotation>
Current output:
"ID,GROUP_ID,STATUS,APPLICATION_IGO"
"1,01371,Y,Enrollment"
Expected output:
ID,GROUP_ID,STATUS,APPLICATION_IGO
1,01371,Y,Enrollment |
|
Back to top |
|
 |
timber |
Posted: Wed Nov 22, 2023 4:38 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Are you sure that you are quoting the current output accurately?
Does it actually look like this?
Code: |
"ID","GROUP_ID","STATUS","APPLICATION_IGO"
"1","01371","Y","Enrollment" |
Either way, please can you quote all of the following:
* the message tree that you are trying to write. You can capture the message tree using a Trace node with pattern set to ${Root}
* The full details of the DFDL schema. You have only quoted a small part of it. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|