FlatFileDis to XML: How to remove empty lines into child element of resulted XML
- From: Michael Nemtsev <nemtsev@xxxxxxx>
- Date: Fri, 27 Oct 2006 23:05:30 +0000 (UTC)
Hello,
Could anybody point me to the right direction of how to remove empty lines from the child element of the resulted XML
My flat file struct is
"abc=
d
e
f=
ghi="
"=" is the delimeter
In result I get XML that is
<Root xmlns="http://FileProcessing.Schema2">
<Item xmlns="">abc</Item>
<Item xmlns="">d
e
f</Item>
<Item xmlns="">ghi</Item>
Is there any way to remove empty lines that are within the item that comprises "def" value?
To get <Item xmlns="">def</Item> instead of one above?
I've googled but found nothing that could help me.
I've tried to change "Pad Character item" set it to CR or LF (hex) but this didn't help
Any ideas exept of custom disassembling?
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche
.
- Follow-Ups:
- Prev by Date: Re: Import msi package error
- Next by Date: Re: Persistence of a message changes upon resume - Orchestration persistence correlation
- Previous by thread: Re: Import msi package error
- Next by thread: Re: FlatFileDis to XML: How to remove empty lines into child element of resulted XML
- Index(es):