jordanbrown0 / reg3

REG.PRG version 3
Other
2 stars 0 forks source link

error codes when looking up classes under Admin/Members #455

Open ssbarsky opened 1 year ago

ssbarsky commented 1 year ago

image

jordanbrown0 commented 1 year ago

I think you've imported a Regv2 classes.dbf file, including the "metaclasses" field. A v2 metaclasses field is a single string with one-letter codes; a v2 metaclasses field has a list of names. If that's correct, try removing the metaclasses entry from your import and see if it works better.

jordanbrown0 commented 1 year ago

(And when I say "a list", I don't mean a string with commas in it; I mean a list with N separate data items. There's no way to get that using the current import mechanism.)

ssbarsky commented 1 year ago

I removed metaclasses from the import mapping and it worked (better.)

Thanks

Sharon Sbarsky NESFA Vice President www.nesfa.org Boskone 60, February 17-19, 2023 Westin Boston Seaport District www.boskone.org

On Sat, Dec 10, 2022 at 8:45 PM jordanbrown0 @.***> wrote:

(And when I say "a list", I don't mean a string with commas in it; I mean a list with N separate data items. There's no way to get that using the current import mechanism.)

— Reply to this email directly, view it on GitHub https://github.com/jordanbrown0/reg3/issues/455#issuecomment-1345431013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR64OITQIJOA4B3DUK4OZLTWMUW4VANCNFSM6AAAAAAS2UAOEM . You are receiving this because you authored the thread.Message ID: @.***>