how to import CSV file in Drupal 8
Here's your challenge for the day: import data from a CSV file to Drupal 8! To a specific content type on your Drupal 8 website, I mean. And it looks like you're anything but nickel and dimed in options. In modules geared to migrate data from a CSV source to Drupal 8: you have the Migrate and Migrate Drupal modules,  you can leverage the Migrate Plus' API for migrating data stored in different sources, there's the Migrate Source CSV contributed module that you can use for your CSV import scenario, then, there's the Content Import module approach to migrating data from a spreadsheet...