How to read a JSON file using Talend?
Answer / Devesh Kumar Gupta
To read a JSON file in Talend, you can use the tFileInputJSON component. After placing it on the job designer, connect the input and output sides. Then, configure the JSON format options such as the Charset and File Delimiter.nnConfiguration steps:n1. Open your Talend Studio.n2. Create a new Job or open an existing one.n3. Drag and drop the tFileInputJSON component from the Components palette to the job design workspace.n4. Double click on the tFileInputJSON component to open its properties.n5. Set the file path in the 'Filename' property, and specify the Charset according to your JSON file.n6. Press Apply and Close button.n7. Preview the output data to ensure it is correctly read.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we execute job on remote server in local Talend Studio?
What do you know about connections in talend?
How to create a Map Reduce job through Talend?
Which *component* is used to sort data?
How can you pass a value form parent job to child job in talend
How data can be sent from the parent job to the child job?
How is repository different from built-in?
How to load context variables dynamically from file/database?
Which component is used to sort that data?
How can we perform different types of join using Talend components?
How can you access global and context variable?
What is Talend?