ARTICLE AD BOX
I’m a 3rd-year BCA student currently building a matrimony application for a client. I’ve completed the frontend part, and now I’m working on the backend integration using Supabase.
I need help with the following:
How can I bulk upload profile data (along with images)?
Each profile already has a unique ID, and I need to correctly match each ID with its corresponding image during the upload.
Any guidance, code snippets, or best practices would be a huge help. Thank you in advance!
Even more polished / professional version (if you want to post in communities like Reddit, Discord, LinkedIn, etc.):
Hi everyone,
I’m a third-year BCA student developing a matrimony web/mobile app for a client. The frontend is complete, and I’m now working on backend integration using Supabase.
I’m stuck on the bulk upload part:
How do I efficiently bulk upload both profile data (name, age, caste, etc.) and profile pictures?
Each profile already has a unique ID (generated earlier), and I need to make sure every image gets correctly associated with the right profile ID.
What’s the recommended approach in Supabase for this kind of bulk import + file upload + relation matching?
Any advice, patterns, or code examples would be greatly appreciated. Thank you!
