-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read old tilia (.til) files? #219
Comments
If you could attach a version of a file you would like read I'll see what I can do. I don't have a lot of bandwidth right now though :/ I can look at |
Yes of course! I need to check with my boss which are ok to put on here - will be Monday when I know. Cheers. |
Please see the attached zip folder (includes data and an R script which demonstrates the problem github_tilia_issue.zip). There's two problems with (1) Illegal characters are returned differently in the returned "data" element (using the nomenclature from the R help entry) compared to the "vars" argument. This is problematic as no merges can be done - any illegal names won't match. Moreso when extra rows have been added to either the data or the vars in Tilia originally, meaning even if it is safe to (2) Some files are so corrupt they cannot be opened (so corrupt they won't open DOSTILIA or C2). That's ok - they are superfluous, but the C++ code appears to leave connections open if when a file fails, meaning if I am looping through a list of .TIL files some of which are corrupt, eventually the loop fails with a "too many open connections" error. I have tried closing all the connections but that doesn't seem to work. I have also emailed Steve Juggins who is the package maintainer of Background: I'm working to 'revive' a bunch of .til files so they are available for use in the future. |
A feature request for your consideration: a function to read old tilia files? Old as in version 1.0, '.til' rather than '.tilx'. I have a dosbox to run DOS tilia, but it would be awesome to loop through (all) the files and read them in. I've tried the
read.tilia
function from this package (fails) andread.Tilia
from therioja
. Theread.Tilia
doesn't fail but doesn't bring in all the data.The text was updated successfully, but these errors were encountered: