bullet-train-pro / bullet_train-action_models

Other
5 stars 1 forks source link

Use AI to automatically suggest column to attribute mappings for CSV imports. #61

Closed andrewculver closed 1 year ago

andrewculver commented 1 year ago

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.