Hi
I have a file where in many cases one server host several applications. In my file, I have only one line with the server's name and the applications names seraparate by ",". Exemple below:
VMPRDSUUGSQL40 |
Toto, Tata,Titi |
I would need to have a line by application (one server=one application), like this:
VMPRDSUUGSQL40 |
Toto
|
VMPRDSUUGSQL40 |
Tata |
VMPRDSUUGSQL40 |
Titi |
How can I have this please?
Thank you very much,
Regards