Hi all,
I seperated one data feed into two to filter data into two categories and added some information to them. After that I combine both data feeds to have both information in one feed. Well, no problems in the "feed designer". The previewed that looks good and the number of rows are still the same. But as soon as I start the mash, the rows were multiplied to more than 3000 rows. The original number was 529. I have absolutly no idea why mash up is multipling the rows. Through testing I found out, that the reason must be in devision of the data feed and the "re-combination" of them. Any ideas why?
Thanks, Dominic
Stephan Freudl on
Dominic,
although I don't know your data it is likely you experienced join-problems. First of all, the preview in the feed editor shows the first 100 lines, only. Since MashZone 2.0 you may instruct it to show everything.
So why does your result contain more rows than your input does? This is the very nature of join/combine.
If you carefully inspect the operator, you will see that there is an allow multiple values option which defaults to false. And the left and right hand input connection matters. So think of a look-up operation. For each row in your left hand data feed the combine operator finds the matching row from the right hand one.
Further info on this topic is provided by MashZone help or even more here.
Regards
Stephan