Search the Community
Showing results for tags 'import'.
-
Hello, I am trying to understand what the criteria is for sorting tasks from a CSV import. I have tried several combinations starting each task object with numbers 1-14 ( example attached ), as well as A-7. The map data screen shows the task order correctly ( attached ), but the Import Summary view re-arranges the tasks into a seemingly random order regardless of the task object prefix. Can someone please explain how ftrack sorts CSV task object types?
-
Hi guys, I'm facing an issue while trying to import CSV data into nested folders. Let's say I have this arborescence in my project : Now I want to create a shot with two tasks in the folder named Folder_2 Here is the CSV I'm importing : Folder Name,Shot Name,Task Type,Task Name Folder_2,Shot_1,Modeling,Mod Folder_2,Shot_1,Matte painting,Mat Even if I'm selecting the folder named Folder_2 beore importing, here is the result : I have also tried with the folder's full path (Folder_1/Folder_2), but this does no work either. Correct me if I'm wrong, but there is apparently no way to import data to existing nested folders for now. In fact, it seems that is it not possible to import data elsewhere than to the first entity of a hierarchy if two or more entities of the same type are nested in said hierarchy. Could a simple path (relative or absolute) system be implemented to overcome this issues? Here is what I think the CSV could then look like : Folder Name,Shot Name,Task Type,Task Name Folder_1/Folder_2,Shot_1,Modeling,Mod Folder_1/Folder_2,Shot_1,Matte Painting,Mat