IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: RLPopeIII
About
User Name: RLPopeIII
Forum Rank: Member
Real Name: Ren Pope
Location US
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Wednesday, December 7, 2005
Last Visit: Wednesday, October 30, 2019 5:25:33 PM
Number of Posts: 17
[0.09% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Adding a JDBC for neo4j
Posted: Saturday, December 9, 2017 6:35:39 PM
I have tried adding a JDBC connection for Neo4j using the Neo4j JDBC driver. I get a generic answer stating that I can't connect.

I've been in contact with the neo4j community and they were wondering if DBSpy does any logging to obtain more verbose errors? Maybe run DBSpy from a command line?

I've attached the connection wizard dialog and the error dialog.

Topic: current-dateTime() as default value for a element
Posted: Monday, November 28, 2016 9:31:13 PM
K101 wrote:
You can accomplish this by using Authentic scripting. For example, use the On_AuthenticUserAddedXMLNode event handler as demonstrated by the attached example.


Thank you for the reply. In my original post, I should have set I need to set the value of an attribute. It seems that the objXMLData only addresses elements. Is there a way to set an attribute?

Topic: current-dateTime() as default value for a element
Posted: Tuesday, November 8, 2016 6:27:02 PM
I have an element that is of the xs:dateTime type. I need to have it filled by default with current-dateTime() in an Authentica input field. How would I accomplish this?

Thank you,


Ren

Topic: Evaluating the aggregate
Posted: Wednesday, July 15, 2009 6:08:10 PM
Vlad,

Thank you! This is what I needed.

Ren

Topic: Evaluating the aggregate
Posted: Tuesday, July 14, 2009 3:28:28 PM
Vlad,

Thank you for the reply. To check for the specific occurance, would I use the exist function in the boolean expression (along with an equal function) or would the function map to the node/row connector?


Once again thank you.

Ren

Topic: Evaluating the aggregate
Posted: Tuesday, July 14, 2009 1:05:24 PM
I am building an xml file from two source xml files. The value in the target file is determined if one file has data in it or not.

For example, I have an xml file that has a list of people. I need to determine if a person is in the list. If they are then an attribute value is set to false, if they are not in the list, the value is set to true.

Everything that I have tried only evalutes the person file one row at a time. Is there a MapForce Library Function that will evealuate the aggregate?


File One:

<Claims>
<Claim Claimant="Fred">567-32</Claim>
<Claim Claimant="Hank">567-33</Claim>
<Claim Claimant="Sue">567-34</Claim>
</Claims>

File Two:
<Customers>
<Person>Bob</Person>
<Person>Sue</Person>
<Person>George</Person>
<Person>Aaron</Person>
</Customers>

Target File

<ClaimUpdate>
<Claim Claimant="Fred" NewClaimant="True">567-32</Claim>
<Claim Claimant="Hank" NewClaimant="True">567-33</Claim>
<Claim Claimant="Sue" NewClaimant="False">567-34</Claim>
</ClaimUpdate>

Thanks,

Ren
Quote:


Topic: Distinct-Values in ML 2008
Posted: Friday, July 10, 2009 6:25:47 PM
Is there a way to extract distinct valus from an xml sequence in MF 2008?


Thanks,

Ren

Topic: Flatten Rows/Nodes to single Value/row
Posted: Friday, June 19, 2009 12:49:36 PM
You can use the concat function. For the '<br>' use text constants.


Cheers,

Ren

Topic: Mapping element with csv to multiple elements
Posted: Tuesday, June 16, 2009 3:21:21 PM
It seems that something like this was just recently posted here, but there no resolution has been posted.

Ren

Topic: Mapping element with csv to multiple elements
Posted: Tuesday, June 16, 2009 2:52:58 PM
I need to map an element that has its data as csv to multiple elements

i.e.

<listItems>item1,item2,item3</listItem>

to

<listItem>item1</listItem>
<listItem>item2</listItem>
<listItem>item3</listItem>

I have to use xslt 1.0. Is there an easy way of doing this?


Thank you,

Ren

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.