Hi to all.
I’ve made custom infolog type with custom fields. I’m now trying to import data from a csv file. All the data gets inserted right where it should be, with the right format, except for the project.
Project exists and if i try to add it manually to an infolog, it’s successful. But through csv import no project is assigned to the infolog. In fact, if i manually add the project to the infolog and then update it with CSV, the prject gets lost again.
I’ve tried using project_id, name, even project id from DB but nothing works.
Maybe i’m doing something wrong or maybe it’s a bug because it’s a subproject.
Is there anyway to achieve this? Project assignment through csv?