Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I am trying to convert some XML into an infotable. As is commonly the case, the extension is provided without documentation or an example or... anything. So the ConvertXML function. How do you use the parameters? What's the rowsPath for? I made a datashape for it. About the fieldMap is that an XPath? How do you make a path that will draw data? No XPath I can think of works.
Solved! Go to Solution.
Hi @golsen1.
The Universal Converter extension has been pulled from the Marketplace and the page in the Help Center has also been taken down. At this time, there is no expectation that the extension will be reposted.
As a result, we are unable to provide further information regarding it's use.
You may use the existing extension as a guide for writing your own extension that conforms to your needs. Here are a couple of resources to assist you in that endeavor:
Best Practices for Developing Applications
Regards.
--Sharon
Hi @golsen1.
Unfortunately, the Universal Converter is a Marketplace extension not covered under Support. However, I am checking to see if we can provide the answers to your questions.
I'll let you know as soon as I have an update.
Regards.
--Sharon
Hi @golsen1.
R&D suggested using the attached extension instead of the Universal Converter. With parsley you just pass in your xml and date format with (optionally) an infotable and it will parse the xml into an infotable.
Please let me know if this works as a replacement.
Regards.
--Sharon
Thingworx Server side Javascript it's E4X, you can work with XML documents out of the box, just load the content and work with it, you don't need any extension for that.
Hi @golsen1.
If one of the previous responses allowed you to find a solution to your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Hi @golsen1.
Just wanted to let you know that I have opened an internal case to review the lack of documentation on the Universal Converter extension. I will continue to track this post and let you know when we receive feedback.
Regards.
--Sharon
Hi @golsen1.
The Universal Converter extension has been pulled from the Marketplace and the page in the Help Center has also been taken down. At this time, there is no expectation that the extension will be reposted.
As a result, we are unable to provide further information regarding it's use.
You may use the existing extension as a guide for writing your own extension that conforms to your needs. Here are a couple of resources to assist you in that endeavor:
Best Practices for Developing Applications
Regards.
--Sharon