I am trying to download an MS Word document from Workfront, but I need to convert it to an HTML file first because the output from the MS Word document is not readable. Is it possible to convert it in Fusion without doing it manually? I'm sharing example below.
MS Word output (unreadable):
MS Word converted to HTML (manually):
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @_Manish_Singh,
Thank you for your question! Can I ask: is there a reason that you are using a word document to store HTML code?
I ask because the Download Document module for Workfront only outputs the raw data available; this is the strange string with lots of unreadable characters. The module is meant to retrieve the document and serve as an aid to move it from Workfront into another application (for example, move a document from Workfront into Google Drive). The module is not meant to be retrieved from Workfront and then read in Fusion.
If what you're trying to achieve is simply to get HTML code into Fusion, there are other options available:
1) Hard code the HTML into Fusion through the use of a Create Variable module.
or
2) If the HTML code is coming from users who submit this word document, you could setup a request queue with a field for the HTML code. Then use Fusion to read the contents of the custom field and do something with it.
or
3) Upload that HTML to GitHub and then call GitHub's API to output it.
If you'd like to see this functionality implemented into Fusion in the future, I would recommend submitting a feature idea to our innovation lab.
- Monica
Views
Replies
Total Likes
Hi @_Manish_Singh,
Thank you for your question! Can I ask: is there a reason that you are using a word document to store HTML code?
I ask because the Download Document module for Workfront only outputs the raw data available; this is the strange string with lots of unreadable characters. The module is meant to retrieve the document and serve as an aid to move it from Workfront into another application (for example, move a document from Workfront into Google Drive). The module is not meant to be retrieved from Workfront and then read in Fusion.
If what you're trying to achieve is simply to get HTML code into Fusion, there are other options available:
1) Hard code the HTML into Fusion through the use of a Create Variable module.
or
2) If the HTML code is coming from users who submit this word document, you could setup a request queue with a field for the HTML code. Then use Fusion to read the contents of the custom field and do something with it.
or
3) Upload that HTML to GitHub and then call GitHub's API to output it.
If you'd like to see this functionality implemented into Fusion in the future, I would recommend submitting a feature idea to our innovation lab.
- Monica
Views
Replies
Total Likes