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
V5 of the xport format only supports variable names up to length 8. Currently write_xpt() allows you to specify names greater than 8 but then silently truncates them. This behaviour seems to be in contradiction to the V8 format implementation which has a length limit of 32 and will throw an error if you exceed it
V5 of the xport format only supports variable names up to length 8. Currently
write_xpt()
allows you to specify names greater than 8 but then silently truncates them. This behaviour seems to be in contradiction to the V8 format implementation which has a length limit of 32 and will throw an error if you exceed itExample of V8 throwing an error if variable name exceeds 32 bytes
Ideally v5 should also throw an error if variable names exceed the length limit.
The text was updated successfully, but these errors were encountered: