cancel
Showing results for 
Search instead for 
Did you mean: 

Want All character in on line in generated File

shivhare
Active Contributor
0 Kudos

Hi All ,

I am using Strict XML 2 plain bean to convert  XML into  flat file but problem is that when  after each occurrence of node  text generated in new line I want all character in one line with field separator *

regards,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

shivhare
Active Contributor
0 Kudos
gagandeep_batra
Active Contributor
0 Kudos

Hi AMit

I want all character in one line with field separator *

then use endSeparator as blank

Regards

GB

shivhare
Active Contributor
0 Kudos

Sometimes the questions are complicated and the solution are  simple.

Even I was also thinking about XSl and JAVA  , but I was missing end separator thought


Answers (2)

Answers (2)

former_member191435
Contributor
0 Kudos

Hi Amit,

Don't use endsepartor for that record..... If you want * for each item record use begin separator as *

Thanks,

Sreenivas

iaki_vila
Active Contributor
0 Kudos

Hi Amit,

You can use an extra mapping to transform your actual structure in a new one like

USPPackageLevelDetail_Finial

FLAT

HEADER

BA

CA

....

FLAT

USPPackageLevelDetail_Finial

Then with XML2plain and setting only FLAT like recordsetStructure you could have all in one line.

Regards.