I understand the Import function of GF is for the form settings and not the entries.
I have an existing form. I have a set of data that matches the fields in the form.
My plan was to simply do an import through PHP admin. In preparation, I exported the existing data from the MySQL table rg_lead_table to see what fields existed.
But the field IDs do not appear to be consistent. They're not actually called "id" but "Field Number." Some look to be the same number from record to record but others do not.
Is this the way it is supposed to work or are the inconsistent field numbers an artifact of form editing or something else?
Basically, can I take a set of field numbers, use them in building an importable data file and produce functional results?
Or must every record really be manually keyed regardless?
Thanks for any tips or other methods of getting bulk records into the GF tables.