View Single Post
Old 04-21-2023, 05:58 AM   #8
EastEriq
Groupie
EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.EastEriq can program the VCR without an owner's manual.
 
Posts: 199
Karma: 195502
Join Date: Jan 2018
Device: Cybook Orizon, PocketBook Touch HD
Quote:
Originally Posted by Markismus View Post
I think my script will take it if you rename the txt-file to a csv-extension, e.g vocabolario_Italiano.txt.csv, and add the " " (3 spaces) as delimiter. Something like
Code:
perl pocketbookdic.pl vocabolario_Italiano.txt.csv it '   '.
The script and further explanation are on github.
Yes right. At first look though there are some irregularities in the use of two and three spaces as field delimiters, maybe due to the previous conversion process. I'll see if I can find a pattern and an useful regexp to massage the source.
EastEriq is offline   Reply With Quote