I am trying to move the data from an old 4th Dimension database (really old! from a 2004 version of 4D!) into a new Pan X database.
I still remember enough 4D programming that I can create a custom export method, and I’ve chosen to export data from binary fields as ‘yes’ to represent true in T/F binary fields. (FWIW, the 4D database was a fairly simple mailing list type file, but it’s structured with related tables; this is not just a simple Export operation using tab or comma-delimited text.)
My problem is that when I try to import that text file into my new Pan X file, nothing appears in the binary fields. (At this point I’ve only got the data sheet to deal with.)
I see that the Import Formulas section at the lower right of the text import window, but it’s not clear to me how to edit those lines to convert ‘yes’ values. I’m willing to do this either way: change my export code in 4D, or convert the data as it is imported into Pan X. Which do you recommend?