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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sudhee_Maximus
Creator
Creator

tfileouputpositional having issues while loading

Hi There,

 

I am trying one to one load by munging data (String) and loading back to positional file ...

 

fileinputpositional-->tmap-->fileoutputpositional  both structures are same , but while loading data to target I get attached error.

any help in  resolving this issue is really appreciated... 0683p000009MZTG.png0683p000009MZsy.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@SudheeReddy , it is configuration issue in tfileouputpositional ,because of the you are getting compilation error ,could please check configuration of tfileouputpositional and can you share the screenshot of tfileouputpositional?

View solution in original post

9 Replies
manodwhb
Champion II
Champion II

@SudheeReddy ,can you share the error and configuration of tfileouputpositional ?

Sudhee_Maximus
Creator
Creator
Author

 

@manodwhb 

 

 Thanks for your reply please find the screenshot below and export of metadata attached
 0683p000009MZtD.png


outbound.xml
outbound.xml
manodwhb
Champion II
Champion II

@SudheeReddy ,since you have not configured  tfileouputpositional because of which you are getting compilation error. can you share the  component settings of  tfileouputpositional?

manodwhb
Champion II
Champion II

@SudheeReddy , it is configuration issue in tfileouputpositional ,because of the you are getting compilation error ,could please check configuration of tfileouputpositional and can you share the screenshot of tfileouputpositional?

Sudhee_Maximus
Creator
Creator
Author

Hi @manodwhb ,

I don't feel its a configuration issue as I am able to read file with the same configuration of file and trying to generate same output file without any changes ...

the only thing I am doing in between is munging (that too is a string with same size)...

 

could you please let me know what changes or config you are talking about ?

 

 

0683p000009MZrr.png

Sudhee_Maximus
Creator
Creator
Author

figured out the issue, even though I gave size for each columns some of them are not updated and were having no values(size) .... I guess even-though its a string, we need to provide the no of chars(size) it can accept for fixed file delimited files so that it can process the data.

got my answer @manodwhb ... now I don't see the error any more . Thanks !

manodwhb
Champion II
Champion II

@SudheeReddy ,why you have not specified size for few coulmns?

manodwhb
Champion II
Champion II

@SudheeReddy , you need to provide size for each and every column in tfileouputpositional.

Sudhee_Maximus
Creator
Creator
Author

not sure @manodwhb 

I have provided the size (as you know we need to specify column size for each col in fixed width), but when it scans the file and find no data in the column it updates with no size / may be some issue .

it has created the column but not the size of it (not assumed this to happen when each column has been defied with specific size while creating  ).