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

Reading .seq Sequence File with tFileInputPositional

I have previously created a job that reads a txt file as input using tFileInputPositional, and it works well. However, my input file is now a sequence file .seq which was created from the collection of several txt files with the same format. Is it possible to stay using the same tFileInputPositional to read the seq file?

Labels (3)
8 Replies
TRF
Champion II
Champion II

As soon as the record format is the same, no problem.

".txt" or ".seq" is just for information, no impact from a Talend point of view.

Anonymous
Not applicable
Author

the .seq file that I have now is a binary file. Is it still possible to read it using tFileInputPositional?

TRF
Champion II
Champion II

No, you probably need a tFileInputRaw instead

Anonymous
Not applicable
Author

How would I be able to treat it as positional input and get the value then?

TRF
Champion II
Champion II

Probably not possible as is.
This is as if it was a completly new file with a specific record format.
You need to know how the data are organizd into the file.
Anonymous
Not applicable
Author

well, the txt files are put into one sequence file using forqlift. But I still can't figure out a way to read the seq file

Anonymous
Not applicable
Author

bump!

TRF
Champion II
Champion II

Not enough information