The Value "<html>...." has a length 1035, which exceeds...

samemerysamemery Member Posts: 60
I have an xml file that contains an html segment that is longer than the max text length of 1024. However I cannot change the node to BigText because other segments that use the node use the regular text data type.

Any ideas?

Thank you.

Comments

  • ara3nara3n Member Posts: 9,256
    use an xmlport.to import the xml file. Set the Source Type as text. Click on Properties and change the TextType to BigText.
    Then on Import::OnAfterAssignVariable() trigger add your code do additional parsing of the bigtext.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.