ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Remove double quotes in DFDL while writing csv output

Post new topic  Reply to topic
 Remove double quotes in DFDL while writing csv output « View previous topic :: View next topic » 
Author Message
chris_dev
PostPosted: Mon Nov 20, 2023 6:43 pm    Post subject: Remove double quotes in DFDL while writing csv output Reply with quote

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
View user's profile Send private message
timber
PostPosted: Wed Nov 22, 2023 4:38 am    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Remove double quotes in DFDL while writing csv output
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.