Skip to content

Conversation

@karaim
Copy link

@karaim karaim commented Sep 7, 2016

Script doesn't work well with Nexus output where we don't have "Metrics", but "Metric" after TOS type field. Regex doesn't match and as a result diagram is generated without connections. Setting "s" character in regex as optional will make the script also working with Nexus output.

Script don't work well with Nexus output where we don't have "Metrics", but "Metric" after TOS type. regex doesnt match and as a result diagram is generated without connections. Setting "s" character in regex as optional will make the script also working with Nexus output.
@theclam
Copy link
Owner

theclam commented Nov 1, 2016

Sorry for taking such a ridiculous amount of time to come back to you... I think with this edit all the "m.group(1)"s under that match stanza would need to be changed to "m.group(2)", otherwise the metrics would populate with either an empty string or an 's' character. Could you share some nexus output for testing at all?

Thanks,

Foeh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants