I have a string of Text which I have extracted from a Word Doc. I was hoping to convert this into HTML code for input into a field on a web based app.
I am unsure however if the formatting will remain; I don’t think it will as it’s technically not within the string. But would there be any thoughts on how best I go about this? Perhaps need to convert the file to HTML first? Or Export to PDF first?
Hey @SendoD thanks for that. It works well to convert the file but I am then having trouble getting the text from this .html in the same format for use and entry into a text field after… any thoughts?
@Kyleb91, do mark the above as the solution, and its recommended you open a new thread for each question just incase another person searches for the same problem solution they find relevant asnwers in one thread otherwise the thread will get too long and out of topic for the initially opened post.
anyways i do not know what your file looks like and what information you are trying to get out of it. but i assume you can use the read text file activity and then some string manipulation or regex to find specific values.
@Kyleb91, i think i do not understand fully what your goal is. so first of all why did you need to cnvert text to HTML?
I know you mentioned inserting the data into a website, i assume thats a webform or just text fields. how do you want to enter the data into the webiste, buy typing it in or ? i guess i am kind of lost.