Attached (hopefully) is my attempt to write a little utility to convert a .csv (spreadsheet) file into a lookup table for use in Cloverleaf.
It is written using VisualTcl so has a nice(?) GUI front end. The input and output file options allow standard browse windows so you can locate the file to convert and select the destination.
I don’t always get files with only two columns in so the utility has an option to select the columns you want to use – note that the first column is always 0.
If the file has come from a spreadsheet then it might still have column headings on, so if you select the ‘Remove Header’ box then the top line of the file will be ignored.
Finally some files only have one side of a lookup – not a lot of use. so there is an option to ignore these lines.
If you have any comments to would like something new adding then email me at garry.fisher/at/isoftplc/dot/com
Regards
Garry