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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Salesforcedevme
Contributor
Contributor

Not able to open csv file which is exported using Context filename

Hi ,

 

Im new to Talend Integration .When i export template to csv file, im not able to open the csv file .Im using filename as context variables.There is no error while running the job,it shows rows in the diagram.This happens to only few templates.Could anyone help me to resolve this issue? I have added error pics for the reference.

 

0683p000009M2S5.png0683p000009M2SA.png

Labels (3)
15 Replies
Salesforcedevme
Contributor
Contributor
Author

hi ,

how to reduce file name if im using context variable.I tried to change the path in Context >General >.It is showing me error.

Thanks

manodwhb
Champion II
Champion II

@Salesforcedevme ,i am not understand what error are you getting. but you can change the context variable.

 

filename C:/text/file_output.csv

vapukov
Master II
Master II

it not seen from your screenshots

 

but generally - if result file in workspace - it means your context variable is null! and file saved in place from where compiled job started

 

please attach - how you define context variable and filename

Salesforcedevme
Contributor
Contributor
Author

Hi ,

 

Im defining context variable like this :

0683p000009M2SF.png0683p000009M1zn.png

vapukov
Master II
Master II

look

 

data/export/xxxx

 

will work from current folder:

- when you build standalone job and run it from CMD/shell - it will Job folder + data/export/xxxx

- when you run it from studio - it will be under workspace

 

try to define path as full - starting from root /something/data/export/xxx

 

 

Salesforcedevme
Contributor
Contributor
Author

Yes it worked thank you so much