QuestionQ60

Implementation Methodology

If the taxonomy is stored in a file that is shared and kept up to date across several projects, what is the most convenient way to load it into a UiPath Studio project?

Explanation

UiPath's Document Understanding activity pack includes a dedicated Load Taxonomy activity, which is specifically designed to read a taxonomy.json file (created and maintained via the Taxonomy Manager) and convert it into a DocumentTaxonomy variable that can be reused by downstream activities such as Classify Document Scope and Data Extraction Scope. Because this activity directly points to a file path, it is the simplest and most convenient way to load a taxonomy file that is shared and updated across multiple projects, without needing custom code such as manually invoking the DocumentTaxonomy.Deserialize method inside an Assign activity.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!