Workfront fusion parse the word document | Community
Skip to main content
Level 3
February 18, 2025
Solved

Workfront fusion parse the word document

  • February 18, 2025
  • 1 reply
  • 711 views

I have a document and I am bringing that to my scenario using workfront document download module and now I want to read some values in that document which I am unable to do as the document data is coming as binary output in my module.

 

Anyone faced the same issue?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manish_Singh

It's because of how MS Word is formatted with components like XML and styling. I had a similar use case in MS Word that didn't work out for me.

But if you're using CSV now, it should work with the parse CSV module. This will create separate bundles for each row in the CSV.

1 reply

_Manish_Singh
Level 9
February 18, 2025

Hi @sateeshkreddy - This is a common issue with Microsoft Word documents.

Usually, if the document is in text (.txt) format, you can read the binary output using the toString() function in the next step. However, MS Word output doesn't get converted using this function. If you're okay with converting your file to another format like .txt, it will work for you.

You can read more about MS word output issue here: Solved: Re: Convert MS Word document to HTML in Fusion? - Adobe Experience League Community - 730155

Level 3
February 18, 2025

Thanks for the reply @_manish_singh .

 

Any idea why this feature is not available ? any cons we have with word ? I have some tables built in the word and I need to get those as-is to push those as a RTE to AEM. For instance like below:

I tried using csv but the table is getting converted to plain text.

 

_Manish_Singh
_Manish_SinghAccepted solution
Level 9
February 19, 2025

It's because of how MS Word is formatted with components like XML and styling. I had a similar use case in MS Word that didn't work out for me.

But if you're using CSV now, it should work with the parse CSV module. This will create separate bundles for each row in the CSV.