-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
write_dwc()
returns error: Expecting a single string value: [type=character; extent=0].
#293
Comments
Hi @rubenpp7 are you using the latest version of etn? I noticed another bug in |
Hi @peterdesmet yes, I made sure that I had the latest version but the issue persists |
I'm looking into this, I'll post updates in this issue. |
I have found the cause of the issue, we are failing on this line: Lines 85 to 88 in 326d9e8
Fix is in progress. |
I suspect this actually broke when one of our dependencies
I'm making headway. |
Fixed in branch, I'm opening a PR. |
@peterdesmet Could you review the PR? |
Hey Ruben,
It should be fixed now, just make sure you update to the latest version.
Thanks for making an issue!
…On Fri, 21 Jun 2024, 18:29 Peter Desmet, ***@***.***> wrote:
Closed #293 <#293> as completed via #294
<#294>.
—
Reply to this email directly, view it on GitHub
<#293 (comment)>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALOW2O2WGU2IP5MOAIPXQI3ZIRIGRAVCNFSM6AAAAABJVSILDOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGI2DINZVHE3DKNQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Hi,
I'm trying to run the following code but it gives me an error, could you take a look?
data <- write_dwc(con, "2010_phd_reubens")
Error
Reading data and transforming to Darwin Core. Error: Expecting a single string value: [type=character; extent=0].
Thanks!
The text was updated successfully, but these errors were encountered: