Forum Post : Importing Lines fields
Up one level
Posted by
at
2006-12-12 00:54
I'd like to import records that have multiple values for one field, using lines fields. For example, the record might have these fields and values:
name=mike
pizzaToppings=olives,pepperoni,mushroom,onion
In my Archetype product, pizzaToppings is a lines field and has an InAndOutWidget. How would I represent this data in a CSV file, and how would I import it using ArcheCSV? If the capability isn't in ArcheCSV now, I'd appreciate any thoughts on how should be done, in case ArcheCSV can be extended.
For example, should the CSV file read something like the following? (This didn't work; would would?)
"name","toppings"
"mike","olives,pepperoni"
"bill","mushroom,pepperoni"
Thanks!