Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
@Salesforcedevme ,i am not understand what error are you getting. but you can change the context variable.
filename C:/text/file_output.csv
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
Hi ,
Im defining context variable like this :
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
Yes it worked thank you so much