Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
CSV to Array giving me nothing
  • when i try this with a CSV file it brings me anything :

    Format::forge($json_string, 'json')->to_array()
  • There are a "million" ways on how to format a CSV file, so you need to make sure your config matches the definition of the CSV. And it doesn't support all those millions, so you could have bumped into an incompatible format.
  • p.s. For 1.8/develop CSV import/export has been rewritten, and it gives more granular configuration options.
  • well the thing i did was convert that format to Json in order to use it but thanks ill reasearch about what was the real problem of that.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion