When a user uploads a random CSV file, I'd like to compare the column headings to the attributes available on the CSV import and see whether OpenAI has any educated guesses at which columns map to which attributes, even if the names aren't a perfect match. This is safe for us to do because on the second step after uploading the CSV file, we already prompt the user to confirm any automatic mappings we came up with.
Depends on https://github.com/bullet-train-co/bullet_train-core/issues/212.
When a user uploads a random CSV file, I'd like to compare the column headings to the attributes available on the CSV import and see whether OpenAI has any educated guesses at which columns map to which attributes, even if the names aren't a perfect match. This is safe for us to do because on the second step after uploading the CSV file, we already prompt the user to confirm any automatic mappings we came up with.