ASK : CSV file parsed and map to table
Anyone help me. I want to parse a csv file and save it data into database. For example i have a data table "Employee" as shown below.
Name | Position | JoinDate |
In my case, this table filled by User with uploading a csv file. When csv uploaded, data saved in employee table automatically.
Please tell me the steps.
Thanks in advance