You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the id is set in controller like $this->Csv->id = 1
now i want to retrieve the line with id 1 and use $this->Csv->read() but this code returns nothing.
I think there is a bug in __checkConditions function (csv_source.php line 355) or my use of csv datasource is wrong ;)
update:
it depends from first line, my title line strings enclosed by "" like "id" and that is not corresponding to automated shema array. where is the right place to handle this?
The text was updated successfully, but these errors were encountered:
Created by paulr, 12th Jul 2011. (originally Lighthouse ticket #25):
Hello,
the id is set in controller like $this->Csv->id = 1
now i want to retrieve the line with id 1 and use $this->Csv->read() but this code returns nothing.
I think there is a bug in __checkConditions function (csv_source.php line 355) or my use of csv datasource is wrong ;)
update:
it depends from first line, my title line strings enclosed by "" like "id" and that is not corresponding to automated shema array. where is the right place to handle this?
The text was updated successfully, but these errors were encountered: