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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there a way of writing positional fields without using tFileOutputPositional?

Hi!

 

I'm looking to create a job that combines schema fields into a positional string - so I want the reverse of tExtractPositionalFields but there doesn't seem to be a "write" positional fields component.

 

Using tMap or tXMLMap I could do this with a set of variables and brute force concatenation, but that seems very "programmatic" rather than within the spirit of Talend DI.

 

Any ideas?

 

Thanks!

Screwtape.

Labels (3)
2 Replies
vapukov
Master II
Master II

is tFileOutputPositional what are You looking for?
0683p000009Lz82.png

as alternative tMap with LPAD or RPAD also simple way

Anonymous
Not applicable
Author

Hello,

 

I update this topic cause I am trying to do exactly the same thing.

Is there a way to merge several columns in one positional string, so doing the reverse of tExtractPositional field, without using files ?

 

Did anyone ever find a way to do that ? I looked for all Talend positional components but couldn't find one that can answer this need.

 

Thanks in advance