Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
HemaS1
Contributor III
Contributor III

Need to load output from tExtractJsonFields as rows

Hello,

I have the following scenario:

I am extracting employee data vis tHttpRequest and loading to a DB table.

When I extract the data and mapped to Json Fields I am getting each field value as a comma seperated values rather than individual row value to load into database.

For example=

departmentkey department user

'123',345',678 '.... | 'ClientService','Engineering','Support' ....| 'abc',def',ghi' ....

I need to load into Database table as:

departmentkey department user

-----------------------------------------------------

123 client Service abc

345 Engineering def

678 Support ghi

How can accomplish this?

The following is my current job flow:

0695b00000H9tajAAB.png

Labels (3)
4 Replies
HemaS1
Contributor III
Contributor III
Author

Hello, Can you elaborate your feedback? Is there any job that you can share?

 

Thanks.

Anonymous
Not applicable

Hi,

 

could you please post your configuration from tExtractJsonFields?

HemaS1
Contributor III
Contributor III
Author

Attached is the configuration. Thanks.

Anonymous
Not applicable

I believe the issue here is that you have $.*. on each Item Query. This should be removed. I could confirm more if you could share a sample JSON.