How can I get multiple output based on unique attribute. I have 50 diffrent brand names in my input file & want to get 1 out for 1 brand, so for this input file I need 50 outputs.
@david_r
How can I get multiple output based on unique attribute. I have 50 diffrent brand names in my input file & want to get 1 out for 1 brand, so for this input file I need 50 outputs.
@david_r
You can use a fanout expression for this:
You can use a fanout expression for this:
Thanks @david_r
one more thing , can we translate value of a whole column from English to Arabic or in other language as well? I used httpcaller but not succeed , could you please help me.
Thanks @david_r
one more thing , can we translate value of a whole column from English to Arabic or in other language as well? I used httpcaller but not succeed , could you please help me.
If it's a finite number of text values, you could use the AttributeValueMapper to go from English to Arabic. But if the text values aren't known in advance you'll probably want to use some sort of webservice, e.g. Google Translate API (nice tutorial here), to do the translation for you. If you struggle with this in FME, I recommend you post it as a separate question to improve visibility.