Hi all!
I want to load the Data of the Table with tuple(multi-valued) records in Repository using Excel file. How can i do this? And what is the structure should my source table has?
That is structure of destination table:
FieldName - Type
_________________
GID - Text
BeginDate - Lookup (Flat)
AccountName - Text
AccountType - Boolean
EndDate - Lookup (Flat)
Analytics - Tuple (multi-valued)
That is structure of tuple:
FieldName - Type
______________________
Analytics - Lookup(Flat)
BeginDate - Lookup(Flat)
BEndDate - Lookup(Flat)
Thanks in advance for your comments.