Skip to content
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

importRecords() fails if form has serial number key field #124

Closed
akbertram opened this issue Jun 30, 2024 · 0 comments
Closed

importRecords() fails if form has serial number key field #124

akbertram opened this issue Jun 30, 2024 · 0 comments

Comments

@akbertram
Copy link
Member

This yields the error:

Error in names(provided) <- sprintf("k%d", seq_along(keyFieldIds)) : 
  'names' attribute [1] must be the same length as the vector [0]

because of the code in matchRecordIdsByKey() which includes a serial number, which isn't present in the input data.

akbertram added a commit that referenced this issue Jul 1, 2024
Fix #124: Correct handling of imports with serial numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant