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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creating a JSON schema with JSON keys containing spaces

Hi,
   I tried creating a JSON schema(inside metadata) which contains json keys which has space for eg. "prod partnumber" : "123".  I am unable to do this?. Any help in creating the schema is much appreciated.
"products":
Regards
Jay
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi Jay 
It is not allowed to contains a space in the column name, because Talend studio is a Java code generator, each column will be variable in the job class. A variable name can not contains a space in Java. You need to replace the space with other character such as "_".