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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Generates error on tFileInputDelimited-No schema has been defined yet

Hi,
I place tFileList,tFileInputDelimited and tLogRow on the Job design and set the properities;

tFileList : set the directory,filemask("*.csv"),...
tFileInputDelimited : Filename/stream---->((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))

When i run the job i found error : No schema has been defined yet.

Thanks.
Best Regards
Syed Arshad
Labels (2)
1 Solution

Accepted Solutions
_AnonymousUser
Specialist III
Specialist III
Author

Found out the solution. Just click on 'Edit schema' of tFileInputDelimited where i added column names and its data types.
Thanks.

View solution in original post

3 Replies
Anonymous
Not applicable

Hi,
No schema has been defined yet.

You need set to your schema according to your .csv file in tFileInputDelimited component.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Found out the solution. Just click on 'Edit schema' of tFileInputDelimited where i added column names and its data types.
Thanks.
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
No schema has been defined yet.

You need set to your schema according to your .csv file in tFileInputDelimited component.
Best regards
Sabrina

Thanks. I did it.