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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
krengan21
Creator
Creator

How to assign corresponding data types in tmongodboutput component Json tree

Hi,

 

I have assigned data types for all the columns and after going to the advance tab of tmongodboutput component i am configuring the JSON Structure But after that in mongodb it is inserting all the data in string format other than the specified format .Please let me know what needs to be done for that or is that a bug ?

 

Thanks and Regards,

Kasthuri Rengan 

Labels (3)
2 Replies
fdenis
Master
Master

MongoDB is document data base so it store only jsonString without type. type have to be managed by the software.
In Talend defined format are not used to convert data only for display data (it will be slow if Talend check or format all data for all links).
To solve it add tMap behind tMongodbOutput to format all your data as string.

Regards
krengan21
Creator
Creator
Author

My problem is different and i have solved it !

 

Regards,

Kasthuri