Max text length for text formatter? Internal server error

ufsg

Member
Hi there,

is there any internal limit for text length? I extracted the html code of a webpage by the API Get Methode and would like to process the text with the text formater. But i got "Internal server error". The code is around 12000 words and 500000 signs.
 
P

Pabblymember11

Guest
Hey @ufsg

Could you please share the name of the action event of Text Formatter action step in which you are having such an issue and the total character count of your content?
 

ufsg

Member
Hi,

i use Text (Basic Formating). Then i would like to use the "extract URL" transformation.
The text is the html code from this page: Example Ebay auction
Charters are around 236168 including spaces

If teh transformation "extract URL" only focus on "https:" URLs the result should be around 180 URLs from this document.
 
P

Pabblymember11

Guest
Hey @ufsg

You can break the content into different pieces with the help of "Text Formatter by Pabbly : Split Text"and then retrieve the URL.
 
Top