Import Comments from ZWO Files (IntervalsT)

I have some workout files that are saved as ZWO files, and when I import them into TD it does not import the comments/on-screen messages. Is that by design or is the file perhaps using a different syntax than TD is looking for?

Example:

<textevent timeoffset="180" message="Alternate between slow cadence and High Cadence on each interval"/>

This is the format it should be in, which looks the same as yours, just make sure it is inside an interval. I just tested this and it imports for me.

<SteadyState Duration="60" Power="0.5">
	<textevent timeoffset="20" message="YOUR COMMENT GOES HERE"/>
</SteadyState>

It is inside an interval, and does not import. Is there some way I can send you this file to see what the issue seems to be?

<IntervalsT Repeat="5" OnDuration="120" OnPower="0.85" OffDuration="60" OffPower="0.55">
			<textevent timeoffset="0" message="Alternate between slow cadence and High Cadence on each interval"/>
			<textevent timeoffset="180" message="Alternate between slow cadence and High Cadence on each interval"/>
			<textevent timeoffset="360" message="Alternate between slow cadence and High Cadence on each interval"/>
			<textevent timeoffset="540" message="Alternate between slow cadence and High Cadence on each interval"/>
			<textevent timeoffset="720" message="Alternate between slow cadence and High Cadence on each interval"/>
</IntervalsT>

Oh right, yes we probably don’t support it that way. If it was created as a bunch of steady state it would work. Internally we store everything as steady state so when we implemented Zwo import we never did this conversion. We can/should do that but it can’t happen too quick. You could just take a Zwo and ask an AI to convert it to steady state or for it to create you a script.

Even when we export sets and reps with comments we do it as steady state but without the comments it would be intervalsT