Quote:
Originally Posted by Markismus
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.