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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Transfer information from inputFile to outputFile to export in Jira issue

Hi everybody,

 

During my searching, I would like a piece of advice : I would like to transfer information from " tFileInputDelimited_1" to an other "tFileOutputDelimited_1" in order to use my second "tFileOutputDelimited_1" with an "tJiraOuput_1".

 

0683p000009LuVe.png

 

- in the "tWriteJsonField_1" I build a kind of XML structure to respond at the basis of import an issue in Atlassan Jira, that is :

0683p000009LuEL.png

 

- the structure of my "tWriteJsonField_1" :

0683p000009Lu9e.png

 

Finally I show you the content of the file in the componant "tFileInputDelimited_1" :

 

0683p000009LuVj.png

 

The problem is : I don't arrive to recover the information (to do the mapping) of the entrance file (see above) to tFileOutputDelimited_1 file.

 

How I can do this  with my tWriteJsonField_1 ?

 

Thanks

 

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hello
The input file is a json file, you should use tFileInputJson component to read this file, please refer to the component documentation and learn this component.

Regards
Shong