I haven't been able to find how to import tagged values when performing a CSV import.
I have an import file structured as follows:
Type,Name,Notes,Rationale,Implications,Approval Date
Decision,Name 1,Notes 1, Rationale 1,Implications 1,12/05/2011
Decision,Name 2,Notes 2, Rationale 2,Implications 2,12/05/2011
And a CSV Import/Export specification with element fields
Type,Name,Notes
This works fine for those three fields but I want the other fields (Rationale, Implications, Approval Date) to load up as Tagged Values.
Can anyone advise on how to do this?
Thanks.