Subject:CSV conversion with null field Author:Mitchell Sprinsky Date:08 Jun 2009 09:32 AM
I am trying to convert a CSV file with multiple columns. Most of the time, the second address field is blank. When the file is converted, address2 comes out as <address2/>. How do I get the system to convert it as it does all the other fields? So, if address2 is blank, the xml file would still have <address2></address2>.
Subject:CSV conversion with null field Author:Mitchell Sprinsky Date:08 Jun 2009 10:31 AM
>Hi Mitchell,
>
>For an XML parser there is no
>difference between
>
><Acct_Address2/> and
><Acct_Address2></Acct
>_Address2>
>
>Can you tell us why this is
>creating problem for you?
>
>Thanks
>Ivan Pedruzzi
>Stylus Studio Team
Thanks for the fast reply. The problem is with my Vendor who is trying to import our data into the new CRM system. She is insisting that it be tagged with an open and close. I think she understands XML about as much as I do -- not much.