How can i upload csv Database

How can i upload my csv file into the database

also i have an issue on routes when my admin pages reloads it show the index header not my admin component page

Please post different issues in different topics.
You can bulk insert CSV data into your database as explained in the docs:

Hi @Harold_Royce_Anonuev. Welcome to the community :slight_smile:

Or you can use your normal data management software like phpMyAdmin, Navicat, etc. It will also depend on your database type.

I have a parent id (i.e. or a variable) in a separate table that should be assigned with the imported CSV data, however I can't select it from the options list . It only let me select from the CSV headers. is there a workaround this? i'm using a repeat insert which is slow.

Can you provide some more details about your workflow?

I want to bulk insert into a database from a CSV file. My table has three columns (parent_id,number,amount) while my CSV has only (number, amount). this parent_id comes from a variable. I can't select that variable in the Bulk insert step. I can't select a value in the database updater.

I am afraid this is not directly possible. Maybe check the workaround suggested in the following topic: Bulk-insert: options to define dynamic values - same as regular database insert