You are viewing limited content. For full access, please sign in.

Question

Question

Import Documents with Import Engine - assign document tags

asked on January 22, 2024

In the xml import file used by the import engine, I can assign the metadata fields for the document being imported. 

<LF:metadata>
   <LF:field_values>
      <LF:field_value name="Metadata_Field_Name">METADATA_FIELD_VALUE</LF:field_value>
   </LF:field_values>
</LF:metadata>

 

Is there a way to assign document tags in the xml import file? 

0 0

Answer

SELECTED ANSWER
replied on January 22, 2024

Hi Richard,

Yes.

<LF:metadata>
   <LF:entrytags>
      <LF:entrytag name="Metadata_Tag_Name" />
      <LF:entrytag name="Metadata_Tag_Name2" />
   </LF:entrytags>
</LF:metadata>

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.