harrelfe / Hmisc

Harrell Miscellaneous
Other
205 stars 81 forks source link

Remove brackets #123

Closed bramtayl closed 3 years ago

bramtayl commented 4 years ago

mdb-schema seems to be returning table names wrapped in brackets. This removes the brackets.

harrelfe commented 3 years ago

I added a check - please check this: if(substr(bracketed, 1, 1) == '[') substr(bracketed, 2, nchar(bracketed) - 1) else bracketed