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: 
Niyojita
Contributor
Contributor

Adding column name in tFileInputDelimited

I want to add a column name as "454563X771X77572SQ01_SQ01" to my tFileInputDelimited in Talend for Data Integration Open Studio. Is there any way in which I can rename my columns similar to the one mentioned above?

Thanks in advance!

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@not specified not specified​ , No workaround for this, it is a Java limitation. Need to rename it to another one that meet Java variable naming conventions. Such as _454563X771X77572SQ01_SQ01

 

View solution in original post

3 Replies
Anonymous
Not applicable

Hi

Unfortunately, the column name can't start with a number.

 

Regards

Shong

Niyojita
Contributor
Contributor
Author

Thanks for quick reply..

 

Can you suggest a way around for this?

Anonymous
Not applicable

@not specified not specified​ , No workaround for this, it is a Java limitation. Need to rename it to another one that meet Java variable naming conventions. Such as _454563X771X77572SQ01_SQ01