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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
HSilwal03yr
Contributor
Contributor

how to transform data from mysql database to json and store new json data to postgres

I have data in mysql table called "skills" and I will have to convert the data into json data and store the new json data into postgresql. table into a cell, how can i do it?

Labels (1)
  • Other

1 Reply
Anonymous
Not applicable

Hi

Take a look at tWriteJsonField, this component is used to write a json data string, please refer to component documentation.

 

Regards

Shong