Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

XML imported in XMLMap define date format automaticly

Hi,

I got an XML imported in XMLMap that got improted in the wrong format. In my XML it's like this : <AST73>1986-03-07</AST73>

In Code view, it look like this : 
creation_db_tmp.AST73 = treeNodeAPI_tXMLMap_1_TXMLMAP_OUT
.get_Date(
"row5.FIDJI:/FIDJI/ASTl/AST00/AST73",
"dd-MM-yyyy");

The right forat is "yyyy-MM-dd", how to modify it ?

Thanks !

Labels (3)
1 Solution

Accepted Solutions
Jesperrekuh
Specialist
Specialist

See attachment. You can adjust it .


xmlmap.jpg

View solution in original post

1 Reply
Jesperrekuh
Specialist
Specialist

See attachment. You can adjust it .


xmlmap.jpg