in reply to Using perl script to convert .html file to tab delimited file
Hello, ssaahh. Welcome to the Monastery.
The script dicthtml2tab.pl is quite simple. It takes the input file as argument and writes to standard output. Therefore, assuming you are on a unix-like OS or at least using a standard shell, the steps to use it are:
Note that the dicthtml2tab.pl script uses regex to parse HTML which is, at best, fragile. If this is a common enough task then it might be better for someone to write and publish a new script which uses a proper HTML parser instead. But that's for another day.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using perl script to covert .html file to tab delimited file
by ssaahh (Initiate) on Oct 01, 2020 at 13:42 UTC | |
by perlfan (Parson) on Oct 01, 2020 at 14:17 UTC | |
by ssaahh (Initiate) on Oct 02, 2020 at 02:11 UTC | |
by marto (Cardinal) on Oct 02, 2020 at 09:18 UTC |