Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Help, Array to string(Help, Array to string)
Help, Array to string [message #1721078] Sat, 23 January 2016 12:12
Aleksandr Pa is currently offline Aleksandr PaFriend
Messages: 1
Registered: January 2016
Junior Member
Good day.

I have XML DataSource like:
<..>
<realtyObjects>
<realtyProps>
<ID>1</ID>
<realtyType>Box</realtyType>
</realtyProps>
<realtyProps>
<ID>2</ID>
<realtyType>House</realtyType>
</realtyProps>
<realtyProps>
<ID>3</ID>
<realtyType>Flat</realtyType>
</realtyProps>
<autoProps>
<ID>4</ID>
<transportType>Audi</transportType>
</autoProps>
<autoProps>
<ID>5</ID>
<transportType>BMW</transportType>
</autoProps>
<autoProps>
<ID>6</ID>
<transportType>Honda</transportType>
</autoProps>
</realtyObjects>
<..>

I whant to see, two string fields with delimiter like:
autoProps] = "Audi, BMW, Honda "
[realtyProps] = "Box, Flat, House"

I made two DataSource with filters (screenshot)

Don't know what to do next Sad
How to deploy to a string?

PS:
Eclipse IDE for Java and Report Developers
Version: Mars Release (4.5.0)
Build id: 20150621-1200
  • Attachment: 1.jpg
    (Size: 53.51KB, Downloaded 121 times)
Previous Topic:Can't install Eclipse!
Next Topic:Eclipse causing glitch
Goto Forum:
  


Current Time: Thu Apr 25 18:48:53 GMT 2024

Powered by FUDForum. Page generated in 0.03176 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top