i want to make a system where Users can upload their database to my database, however they will most likely not have the same field titles.
I’d like to find a way to map their field name to my field name
a bit like in this picture:
Is there any plugin or method in workflow or anything to achieve this ?
Allow your users to upload CSV files with their own headers and map the column header to the appropriate fields in Bubble.
You might have some trouble with your Item Name field because importing CSV it will want the unique id of the product to match up automatically… (changing primary field won’t affect this)
I usually have a WF that runs after the import that processes the imported items and searches for matching product name, etc. This would also give you a chance to mark a product as “not found” with a yes/no field and prompt them to pick from a list or something.
2 Likes
Could you explain how the WF that processes the Items looks like? TIA
It can actually be done in a single Make changes to a list of things action