cancel
Showing results for 
Search instead for 
Did you mean: 

HCI csv converter, remove blank line between headers and elements

02-24-2017 12:18 AM
1996 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

I added to the XSLT Mapping file a customize header, example:

<Records>

<Header>

<H1>Customize Header</H1>

</Header>

<Elements>

<Value1>Value 1</Value1>

</Elements>

</Records>

But when i use the XML to CSV converter the iflow gives me a .csv file with a blank line between the header (Customize Header) and the elements (Value1).

CSV File output:

Customize Header

------Blank line-----

Value 1

Is there a way to remove the blank line?

Regards,

0 Likes

Accepted Solutions (0)

Answers (0)