You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to make an ETL, I've come across an odd limitation in sync_table_2 while investigating a failure to update redcap_projects. On my machine, update_records has a hard upper limit of 133 columns, at 134 I get Error: no such column:.
The text was updated successfully, but these errors were encountered:
ChemiKyle
changed the title
dbx::dbxUpdate seems to have a column count limitsync_table_2 regex does not properly escape a string replacement
Aug 31, 2022
redcapcustodian/R/write_data.R
Line 231 in a559cba
The
gsub
call in this line treats.
as a wildcard, not a literal.
character.To reproduce:
Erroneous diagnosis:
redcapcustodian/R/write_data.R
Lines 246 to 251 in a559cba
While attempting to make an ETL, I've come across an odd limitation in
sync_table_2
while investigating a failure to updateredcap_projects
. On my machine,update_records
has a hard upper limit of 133 columns, at 134 I getError: no such column:
.The text was updated successfully, but these errors were encountered: