When importing into database, if there is a comma, colon, etc. it will parse it into other columns. I have been told it's a Windows issue before, but other applications dont have this issue. Can we add support to stop database splitting, please?
I told @StephanBlackStar what the problem is in the post and i didn't get any feedback. Other users have problems as well as you can see in the thread, so the module does not work.
@gudolik, Just use XPath to get attribute "value".
Example:
//input[contains(@name, 'VIEWSTATE')]/@value
Returns empty already tried that, must use regex to get as xpath returns empty. But this is just a suggestion to make things easier not an issue
What you described is easily accomplished using regular expressions, without an additional tool https://regex101.com/r/LBhoEi/1
ed950b06-a45d-42e4-9a2a-9fdd822a0266-изображение.png
But @GhostZ said the right solution. For parsing html pages it is better to use xpath. If the specified solution does not work for you, show where and how you apply it.