-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot Load Files when ID Column is Aliased #97
Comments
... And, something like the following could help with the feature request:
|
@billdenney I have done some updates on Can you check can check d7686e9 and see if that solves this issue for you? |
I'll try to check this soon. (I'm about to be off to ACoP, but hopefully I can check when I get back.) |
I just tried the |
The dev branch is under heavy development and is not currently functional, I am reworking the entire structure of the xpdb, adding S2, improve traceability, and bring new features. I got all the PR notifications but I need to get everything back on track before merging them.
… On Nov 3, 2019, at 03:01, Bill Denney ***@***.***> wrote:
I just tried the dev branch (not just the specific patch), but I was getting what appeared to be unrelated errors. Are you switching the class name away from xpose_data to xpdb? The errors appeared to be related to that.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks for that update. I need most of those PRs for some of my current projects that I’m updating. I’m going to add another couple of PRs that will make it functional for my projects, and hopefully they will be helpful to your efforts. |
In my
$INPUT
block, I specify that "ID=USUBJIDNUMERIC". With that, the ID in the tables is now titled "USUBJIDNUMERIC" rather than "ID".I think that the fix would be to detect mapping and allow an argument that makes it to the
index_table
function (xpose/R/read_nm_tables.R
Lines 366 to 377 in 942f8b1
$INPUT
block and possible to override by the user.Generally, this can apply for any column since they all could be mapped to different names.
The text was updated successfully, but these errors were encountered: