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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Incorrect JSON format

Hi all
I am using the Talend Open Studio ESB 5.5.1 and when I want to create a JSON schema from a file, I get the following error "C:/Users/Martin/Downloads/esquema.txt is not found or the JSON format is incorrect"
0683p000009MEq5.png
My source JSON file
{
 "query": "InformationSystem",
 "result": ,
     "lastModificationUser": ,
     "description": ,
     "name": ,
     "lastModificationTime": ,
     "runtimePeriod": ,
     "typeOfStatus": ,
     "State%20of%20health": ,
     "Strategic%20drivers": ,
     "Strategic%20value": ,
     "Costs": ,
     "Value%20added": ,
     "Operating%20expenses": ,
     "Development%20(Start)": ,
     "Development%20(End)": ,
     "Live%20(Start)": ,
     "Live%20(End)": ,
     "Replacement%20(Start)": ,
     "Replacement%20(End)": ,
     "System%20size": ,
     "Complexity": ,
     "Maintenance%20activity": ,
     "Accountability": ,
     "E-Mail": [],
     "businessFunctions": ,
     "businessMappings": [],
     "informationSystemDomains": ,
     "businessObjectAssociations": [],
     "technicalComponentReleases": ,
     "children": [],
     "parent": ,
     "informationFlows2": [],
     "infrastructureElements": ,
     "predecessors": [],
     "successors": [],
     "informationFlows1": [],
     "baseComponents": [],
     "parentComponents": [],
     "projects": ,
     "elementURI": "http://www.iteraplan.de/iteraplan_ee_release/api/data/InformationSystem/218"
   }
 ]
}


I tried the same file in other JSON validation tools and all gave  me that my file is correct.
I ran out of options. 
Any help is appreciated.
Labels (3)
1 Reply
Anonymous
Not applicable
Author