Forums › Cached › CSV Import
This topic contains 4 replies, has 0 voices, and was last updated by Central Scrutinizer 12 years, 9 months ago.
-
AuthorPosts
-
February 16, 2012 at 8:36 am #9322
Central ScrutinizerI’m adding a new matrix parent with a few children. However, there are two item options that need to be selected. Does anyone know how to format that in the csv what you use.
I’ve tried using a comma, and a comma with no space and neither worked.
My Finish, My Hardware
My Finish,My Hardware
Thanks in advance
This is a cached copy. Click here to see the original post. -
February 16, 2012 at 9:34 am #9323
carenRE: Import New Matrix Item with multiple Item options
Use the pipe symbol:
My Finish | My Hardware
The pipe symbol will allow you to select multiple entries in a multi-select field.
Regards,
Caren
-
February 16, 2012 at 9:50 am #9324
OniNoKamiRE: Import New Matrix Item with multiple Item options
When importing Matrix Items, you file will need to be something like this
Name,Parent,Matrix Type,Matrix Option – Finish,Matrix Option – Hardware
Item A,,Parent Matrix Item,Fine,None
Item A-12,Item A,Child Matrix Item,Matte,1
Parent Matrix and Child Matrix are defined values. The options Finish and Hardware should be setup first prior to the import of the item along with the values for each option
-
February 16, 2012 at 11:34 am #9325
carenRE: Import New Matrix Item with multiple Item options
Originally posted by OniNoKami
View Post
Name,Parent,Matrix Type,Matrix Option – Finish,Matrix Option – Hardware
Item A,,Parent Matrix Item,Fine,None
Item A-12,Item A,Child Matrix Item,Matte,1
Here’s a more complete CSV file format:
Name,Parent,Matrix Type,Matrix Option – Finish,Matrix Option – Hardware,Subitem Of
Item A,,Parent Matrix Item,Fine,None,
Item A-12,Item A,Child Matrix Item,Matte,1,Item A
Don’t forget to include the Subitem Of column field. You enter the parent item under this column for the child items.
-
February 17, 2012 at 2:42 pm #9326
Central ScrutinizerRE: Import New Matrix Item with multiple Item options
The pipe did the trick. Thanks!
-
AuthorPosts
You must be logged in to reply to this topic.