Seeking help
I am involved with a project providing holiday gifts for disadvantaged kids.
I have a table named Kids, which is populated by others with info on gift ideas per kid. Entry via online Airtable form.
Yesterday I exported the data to a csv file for use in a mail merge operation. I proudly examined the output when I noticed some records with clearly wrong data in some fields. Yikes!
The cause, I found, was some fields were filled with items that included commas. This messed up the alignment of the comma-delimited input file for the mail merge.
So I determined how to identify the faulty records. I duplicated my Airtable table of 156 records, and did a filter on fields with commas. This gave me a list of 67 records. I performed a find/replace on them, replacing all the commas with periods.
Here is my puzzle: the original Kids table somehow synced with the duplicate, which now means that it no longer has 156 kids…. But only 67.
The good news is that I still have my exported CSV, so the data can be replicated… and I can re-do yesterday’s 4 hours,
Thanks for thoughts on finding the missing records’ table.