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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to include '@' in the job name

When '@' is inserted in the job name, "Name contains illegal characters" is displayed and can not be filled in.

Could you teach me how to insert '@'

 

-I want to make it to the job name below

TracktoolCvjob@criteosales.com

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Talend Studio is a Java code generator, a Talend job will be translated to a Java Class, a job name will be a variable in the class, a variable with special character(@, space...) is not allowed in Java. You can use "_" in your job name.

Best regards

Sabrina

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

Talend Studio is a Java code generator, a Talend job will be translated to a Java Class, a job name will be a variable in the class, a variable with special character(@, space...) is not allowed in Java. You can use "_" in your job name.

Best regards

Sabrina

Anonymous
Not applicable
Author

Thank you for your replying.

I understand. I change another job name.

 

 

Anonymous
Not applicable
Author

Hello,

Please mark your topic as "Solved"  if the solution is Ok with you and feel free to let us know if there is any further help we can give.

Best regards

Sabrina