I’m trying to import data into a form using a column definition file, all seems to be working except when I try to populate a couple of fields that are ‘name’ fields. However I try to get the data into these fields it always appears as just ‘Text’
My input definition is :-
DocAuthors: TYPE TEXTLIST UNTIL “,”;
DocReaders: TYPE TEXTLIST UNTIL “,”;
What is the correct type definition for a names field or can it even be done this way.
Thanks in advance
John