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

tFileInputMSPositional

I have a file that I have been loading for weeks.  We were not loading the first line of the file, however now we need to.  I have developed a path for it to run through.  It has a three letter identifier like all the other lines.  I've defined it as all the other lines but no matter what I do, Talend will not recognize it.  0683p000009M3TT.jpg

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Ok, so I figured out the issue.  I had a file of all strings and I wanted it to convert the date string to an actual date.  I had Date selected in the schema portion of the CHD selection.   The date in the file was 20180101 and Talend didn't like that I had set the schema to date "yyyymmdd".  Once I changed it back to string, it started working.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Ok, so I figured out the issue.  I had a file of all strings and I wanted it to convert the date string to an actual date.  I had Date selected in the schema portion of the CHD selection.   The date in the file was 20180101 and Talend didn't like that I had set the schema to date "yyyymmdd".  Once I changed it back to string, it started working.