Hello I have a tuple in string that I revive from a PostgreSQL function> I want to convert that to a tuple but it gives me an error with the real string inside the tuple an EOF error, the code it's like this.
eval('(4125, <html>
<body>
Heloo There!
<body>
</html>)')
, this is just an example of the HTML because the real code it's to big. I don't want to do a for because are many character so could put me very slow the system.
I am open to all the ideas except the for or while.