CSV field that contains links | Community
Skip to main content
New Participant
March 14, 2025
Solved

CSV field that contains links

  • March 14, 2025
  • 1 reply
  • 443 views

Is there a way to route csv fields with links into a text with formatting field in Workfront?  I keep getting an error message when attempting to map those over in Fusion.

Best answer by Sven-iX

The RTF field in WF expects JSON (draft.js format)

You'll need to create HTML that you convert to JSON using the Draft.JS module. 

1 reply

Sven-iX
Sven-iXAccepted solution
New Participant
March 14, 2025

The RTF field in WF expects JSON (draft.js format)

You'll need to create HTML that you convert to JSON using the Draft.JS module. 

New Participant
March 14, 2025

so using the Transform to JSON module would work?

 

Sven-iX
New Participant
March 14, 2025

No. You need the Draft.js module