Originally Posted by
ilan
This is an evolving thread, as we learn techniques for crafting a guide. I note that Expatter didn't run into one of the issues that created a headache for me. His pulled names are simpler and easier to rename, at least the ones that he posted
If you are pulling from the Microsoft source (Rovi, technically, now), the display name ends up being something like 202 CNN. Our service uses the display name CNN US. The only way I could accomplish the transformation in the REN file was to do this
202:
CNN:CNN US
It necessitated a two-step process. You would think you could accomplish the transformation in one step, i.e.,
202 CNN:CNN US
But m2xml does not like the space between 202 and CNN, so (at least for me) I had to eliminate the 202 first via
202:
And then I could handle renaming CNN to CNN US via
CNN:CNN US
I'm not sure if this is the only way or the easiest way, but it does work.
This will make sense to you when you begin creating your REN text file and you are using the Rovi source for your data. If you find a simpler method for doing this, please post your strategy for all to learn.
Necessity IS the Motherhood of Invention!