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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

loading XML file QlikSense

hi all,

 

trying to load XML file , receiving an error invalid parameters...

ilanbaruch_0-1626876589391.png

 

any ideas ?

advanced thanks

4 Replies
PadmaPriya
Former Employee
Former Employee

Hello @ilanbaruch 

 

Please have a look at below threads:

https://community.qlik.com/t5/Scalability/Invalid-parameters-when-executing-scenario/m-p/1658162#M16...

https://community.qlik.com/t5/New-to-Qlik-Sense/Invalid-Parameter/m-p/21622

 

Thanks,

Padma Priya

Qlik Support

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
rwunderlich
MVP
MVP

Your filename is "string.csv".  Does this file contain xml or delimited data?  Can you post a bit of the file contents?

-Rob

ilanbaruch
Specialist
Specialist
Author

Hi Rob,

thank you for your replay,

attached the file content:

<?xml version="1.0"?>
"<DocumentElement>
<Row>
<EMP_NO>1</EMP_NO>
<EMP_NAME>DANIEL</EMP_NAME>
<DATE_START>2003-11-17T00:00:00+02:00</DATE_START>
<PERMGROUP>0</PERMGROUP>
</Row>
<Row>
<EMP_NO>7</EMP_NO>
<EMP_NAME>LARISA</EMP_NAME>
<DATE_START>2005-12-01T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
<Row>
<EMP_NO>10</EMP_NO>
<EMP_NAME>LEVI</EMP_NAME>
<DATE_START>2005-01-02T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
<Row>
<EMP_NO>26</EMP_NO>
<EMP_NAME>AMIR</EMP_NAME>
<DATE_START>2000-01-29T00:00:00+02:00</DATE_START>
<PERMGROUP>9998</PERMGROUP>
</Row>
<Row>
<EMP_NO>27</EMP_NO>
<EMP_NAME>OFIR</EMP_NAME>
<DATE_START>2004-03-01T00:00:00+02:00</DATE_START>
<PERMGROUP>9998</PERMGROUP>
</Row>
<Row>
<EMP_NO>37</EMP_NO>
<EMP_NAME>ALEX</EMP_NAME>
<DATE_START>2004-10-18T00:00:00+02:00</DATE_START>
<PERMGROUP>9998</PERMGROUP>
</Row>
<Row>
<EMP_NO>43</EMP_NO>
<EMP_NAME>YURI</EMP_NAME>
<DATE_START>2007-02-04T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
<Row>
<EMP_NO>46</EMP_NO>
<EMP_NAME>DANA</EMP_NAME>
<DATE_START>2005-10-26T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
<Row>
<EMP_NO>47</EMP_NO>
<EMP_NAME>SHOSHANA</EMP_NAME>
<DATE_START>2002-11-10T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
<Row>
<EMP_NO>48</EMP_NO>
<EMP_NAME>GUY</EMP_NAME>
<DATE_START>2007-01-23T00:00:00+02:00</DATE_START>
<PERMGROUP>9999</PERMGROUP>
</Row>
</DocumentElement>"

rwunderlich
MVP
MVP

I don't think there should be quotes around the file contents?

-Rob