Replace deprecated League\Csv createFrom* methods with AbstractCsv::from / fromString
Fixes deprecation warnings starting in league/csv 9.27.x by replacing deprecated createFromString and createFromFileObject with AbstractCsv::from and AbstractCsv::fromString.