Data Field (Node Type): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{stubs}}
{{stubs}}
<section begin="data_field_glossary" />
<section begin="glossary" />
<blockquote>
<blockquote>
'''Data Fields''' are '''Data Elements''' added to a '''Data Model'''.  '''Data Fields''' are the building blocks of a '''[[Data Model]]'''.  A '''Data Field''' is a representation of a single piece of data targeted for extraction on a document.   
'''Data Fields''' are '''Data Elements''' added to a '''Data Model'''.  '''Data Fields''' are the building blocks of a '''[[Data Model]]'''.  A '''Data Field''' is a representation of a single piece of data targeted for extraction on a document.   
</blockquote>
</blockquote>
<section end="data_field_glossary" />
<section end="glossary" />
For example, if you wanted to extract an invoice number from a collection of invoices, you would create an "Invoice Number" '''Data Field''' within a '''Data Model''' as its child.  The [[Data Extractor|extractor]] used to find that value on the document would be set on the '''Data Field''', as well as other properties such as its ultimate format on output, how that field behaves during the '''Extract''' and '''Data Review''' activities (such as if the '''Data Field''' is required to be filled), and any .NET code based expressions used to validate or generate the field.
For example, if you wanted to extract an invoice number from a collection of invoices, you would create an "Invoice Number" '''Data Field''' within a '''Data Model''' as its child.  The [[Data Extractor|extractor]] used to find that value on the document would be set on the '''Data Field''', as well as other properties such as its ultimate format on output, how that field behaves during the '''Extract''' and '''Data Review''' activities (such as if the '''Data Field''' is required to be filled), and any .NET code based expressions used to validate or generate the field.

Revision as of 12:18, 9 January 2024

STUB

This article is a stub. It contains minimal information on the topic and should be expanded.

Data Fields are Data Elements added to a Data Model. Data Fields are the building blocks of a Data Model. A Data Field is a representation of a single piece of data targeted for extraction on a document.

For example, if you wanted to extract an invoice number from a collection of invoices, you would create an "Invoice Number" Data Field within a Data Model as its child. The extractor used to find that value on the document would be set on the Data Field, as well as other properties such as its ultimate format on output, how that field behaves during the Extract and Data Review activities (such as if the Data Field is required to be filled), and any .NET code based expressions used to validate or generate the field.