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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
hiba1
Contributor
Contributor

Loading all XML files from specified directory

Hello,

 

I have a directory containing 38 xml files.What I need to do is to load all of them into one db table (the db is SQL server). 

I try with this job  but i don't know how to configure  the txmlmap to insert all the data into the sql table

 

 0683p000009M66E.png0683p000009M6OO.png

 

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

You should use tMap component in your workflow.

The job should be: tfilelist (import all xml files )------>tfileinputxml--->tmap---->DBoutput (table).

Let us know if it works.

Best regards

Sabrina

View solution in original post

1 Reply
Anonymous
Not applicable

Hello,

You should use tMap component in your workflow.

The job should be: tfilelist (import all xml files )------>tfileinputxml--->tmap---->DBoutput (table).

Let us know if it works.

Best regards

Sabrina