[2/2] Import CSV Data In Symfony 3

Feb 15, 2023

In this video we are continuing on with the creation of a Symfony console command which allows the importing of a CSV file. As mentioned in the previous video, this implementation is very basic and illustrates "a process", not "the process". By the end of this video you will have learned how to use the league/csv data manipulation library to import a CSV file stored on your server's hard drive, and used this data to populate two related Doctrine entities.

#Computer Education
#Programming