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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
daez
Creator
Creator

Space in the column name

Hello everyone, I'm having troubles finding a good solution for my problem. On my job (see below), I want my column name with spaces. (underscore > space )

 

So it should look like : Master_ID > Master ID , URL_product_picture > URL product picture .... and so on.

I checked online and we can't just rename it since its Java. Considering my job, does someone as any idea how to that ? I saw the trick with the tfixedFlowInput but I'm not sure how to do it since i have httprequest & tmap.

 

Sans titre.png

Kindly,

 

 

 

 

Labels (3)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

9 Replies
manodwhb
Champion II
Champion II

@daez,in the first flow create a header record using tfixedFlowInput ,and on the subjob ok from the first flow continue the your job which you specified ,and in tFileOutputDelimited check the Append option in Basic settings.

daez
Creator
Creator
Author

Hi @manodwhb ,

 

I tried but i must understood wrong. I created a tFixedFlowInput with my header in. Then, i connected it to tHttpRequest with " On subjob OK " and then check the Append option in the tFile OutputDelimited. Unfortunately, it does not work. Where am I wrong?


Thanks for you time

daez
Creator
Creator
Author

Can anyone help? I still have trouble understanding how i should do this 

manodwhb
Champion II
Champion II

@daez,can you check the output filename is same which you were creting in header and tFileoutputDelimited ?

daez
Creator
Creator
Author

@manodwhb I only have one output filename in my job, in the tFileOutputDelimited. I have no filename to put in the tFixedFlowinput (right?). Maybe if you get a look at what i have done you will see where i'm wrong ?

 

Here is my tFixedFlowInput (you can see the On SubjobOK, about warning : no schema (no idea what to put in there since i cant had space in it) 

 

 

 

 

And about my tFileOutputDelimited, i checked the APPEND & unchecked the Include Header. Can have a look here though its in french.

 

 

 

And when i execute this, I have the exact same file than before, with no changes on header.

 

 

Really appreciate your support, regards

manodwhb
Champion II
Champion II

@daez,first Flow wold be lke

 

tFixedinputflow --> tFileOutpputDelimited

manodwhb
Champion II
Champion II

@daez,please check the below link to create Header part.

https://umeshrakhe.wordpress.com/tag/tfixedflowinput/

daez
Creator
Creator
Author

Thanks for everything @manodwhb, its working now. I did some research but didnt find your link, which was really helpful.

 

Regards, B.

BA621858188
Creator
Creator

Hi Daez,

 

I wanted to know the resolution. I have database as source where my column name is employee_id but in my target I want column name as employee id (Space).

 

Could you please help here.