View Single Post
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old March 11th, 2019, 02:33 PM
Quote:
Originally Posted by Farling View Post
This usually indicates something wrong in the HTML import file.

Does your source data have HTML inside it? If so, is it all formatted properly?

If you don't have any HTML, then I'll need to see the source file and the generated RWexport file to see what might be causing the problem.
Yes. I have HTML and leaving those fields out seems to resolve the issue. Not sure whats wrong as I have done this before but I will mess with the tags.

I have the excel broken up so that for something like an actions, it has the title which is generally bold and italic in one field, and then the description in the next field. I put the bold and italic tags around those cell references.

Code:
=IF(AK4<>"","<html><b><i>"&AK4&". </i></b>"&AL4&"</html>"&IF(DA4<>"","
"&DA4,"")&IF(DG4<>"","
"&DG4,"")&IF(DH4<>"","
"&DH4,""),"")
So something like this would come out looking like: Multiattck.The creature makes 2 attacks with its claws.

The additional lines are incase the description has more than one paragraph.

So AK4 has "Multiattack" in the cell. AL4 has "The creature makes 2 attacks with its claws." in that cell. In this example the other cells are empty.
joe2chillo is offline   #466 Reply With Quote