
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Syntax error on token "=", Expression expected after this token....
Helo.
i have that error when im trying to load simple excell file into talend.. this is very simple action and no idea why i got this.
May i kindly ask you for help ?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Usually this is a misconfiguration of an input field in a component and the studio marks red the affected component.
Could you please switch to the Code view and show us the affected code?
It would suggest you check if some input field contains text which is not quoted with double quotes.
In addition to that, what jdk version are you using?
Best regards
Sabrina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Usually this is a misconfiguration of an input field in a component and the studio marks red the affected component.
Could you please switch to the Code view and show us the affected code?
It would suggest you check if some input field contains text which is not quoted with double quotes.
In addition to that, what jdk version are you using?
Best regards
Sabrina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yeah, all is ok now, i just made mistake , on import file settings sections, i deleted everything on password field.
I shouldnt do that cause it must be something there, if there is no password then i need to put "".
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Talend is a Java code generator. This error looks like you have missed to set an attribute of the component and the code generator seems to expect that to include this to the final job code.
Could you please show us the component basic settings?
